public static class RichTextArea.FontSize
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static RichTextArea.FontSize | LARGERepresents a Large font. | 
| static RichTextArea.FontSize | MEDIUMRepresents a Medium font. | 
| static RichTextArea.FontSize | SMALLRepresents a Small font. | 
| static RichTextArea.FontSize | X_LARGERepresents an X-Large font. | 
| static RichTextArea.FontSize | X_SMALLRepresents an X-Small font. | 
| static RichTextArea.FontSize | XX_LARGERepresents an XX-Large font. | 
| static RichTextArea.FontSize | XX_SMALLRepresents 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