|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.user.client.ui.RichTextArea.FontSize
public static class RichTextArea.FontSize
Font size enumeration. Represents the seven basic HTML font sizes, as defined in CSS.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
int |
getNumber()
Gets the HTML font number associated with this font size. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public int getNumber()
public java.lang.String toString()
toString
in class java.lang.Object
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |