Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
com.google.gwt.user.client.ui.impl |
Modifier and Type | Field and Description |
---|---|
static RichTextArea.FontSize |
RichTextArea.FontSize.LARGE
Represents a Large font.
|
static RichTextArea.FontSize |
RichTextArea.FontSize.MEDIUM
Represents a Medium font.
|
static RichTextArea.FontSize |
RichTextArea.FontSize.SMALL
Represents a Small font.
|
static RichTextArea.FontSize |
RichTextArea.FontSize.X_LARGE
Represents an X-Large font.
|
static RichTextArea.FontSize |
RichTextArea.FontSize.X_SMALL
Represents an X-Small font.
|
static RichTextArea.FontSize |
RichTextArea.FontSize.XX_LARGE
Represents an XX-Large font.
|
static RichTextArea.FontSize |
RichTextArea.FontSize.XX_SMALL
Represents an XX-Small font.
|
Modifier and Type | Method and Description |
---|---|
void |
RichTextArea.BasicFormatter.setFontSize(RichTextArea.FontSize fontSize)
Deprecated.
Sets the font size.
|
void |
RichTextArea.Formatter.setFontSize(RichTextArea.FontSize fontSize)
Sets the font size.
|
Modifier and Type | Method and Description |
---|---|
void |
RichTextAreaImplStandard.setFontSize(RichTextArea.FontSize fontSize) |
Copyright © 2018. All rights reserved.