Class RichTextArea.FontSize

java.lang.Object
com.google.gwt.user.client.ui.RichTextArea.FontSize
Enclosing class:
RichTextArea

public static class RichTextArea.FontSize extends Object
Font size enumeration. Represents the seven basic HTML font sizes, as defined in CSS.
  • Field Details

  • Method Details

    • getNumber

      public int getNumber()
      Gets the HTML font number associated with this font size.
      Returns:
      an integer from 1 to 7 inclusive
    • toString

      public String toString()
      Overrides:
      toString in class Object