Package com.google.gwt.user.client.ui
Class RichTextArea.FontSize
java.lang.Object
com.google.gwt.user.client.ui.RichTextArea.FontSize
- Enclosing class:
RichTextArea
Font size enumeration. Represents the seven basic HTML font sizes, as
defined in CSS.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final RichTextArea.FontSize
Represents a Large font.static final RichTextArea.FontSize
Represents a Medium font.static final RichTextArea.FontSize
Represents a Small font.static final RichTextArea.FontSize
Represents an X-Large font.static final RichTextArea.FontSize
Represents an X-Small font.static final RichTextArea.FontSize
Represents an XX-Large font.static final RichTextArea.FontSize
Represents an XX-Small font. -
Method Summary
-
Field Details
-
LARGE
Represents a Large font. -
MEDIUM
Represents a Medium font. -
SMALL
Represents a Small font. -
X_LARGE
Represents an X-Large font. -
X_SMALL
Represents an X-Small font. -
XX_LARGE
Represents an XX-Large font. -
XX_SMALL
Represents an XX-Small font.
-
-
Method Details