public static class RichTextArea.FontSize
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static RichTextArea.FontSize |
LARGE
Represents a Large font.
|
static RichTextArea.FontSize |
MEDIUM
Represents a Medium font.
|
static RichTextArea.FontSize |
SMALL
Represents a Small font.
|
static RichTextArea.FontSize |
X_LARGE
Represents an X-Large font.
|
static RichTextArea.FontSize |
X_SMALL
Represents an X-Small font.
|
static RichTextArea.FontSize |
XX_LARGE
Represents an XX-Large font.
|
static RichTextArea.FontSize |
XX_SMALL
Represents an XX-Small font.
|
Modifier and Type | Method and Description |
---|---|
int |
getNumber()
Gets the HTML font number associated with this font size.
|
java.lang.String |
toString() |
public static final RichTextArea.FontSize LARGE
public static final RichTextArea.FontSize MEDIUM
public static final RichTextArea.FontSize SMALL
public static final RichTextArea.FontSize X_LARGE
public static final RichTextArea.FontSize X_SMALL
public static final RichTextArea.FontSize XX_LARGE
public static final RichTextArea.FontSize XX_SMALL