Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
TextFormat |
TextFormat.clone() |
TextFormat |
BubbleChartSpec.getBubbleTextStyle()
The format of the text inside the bubbles.
|
TextFormat |
BasicChartAxis.getFormat()
The format of the title.
|
TextFormat |
TextFormatRun.getFormat()
The format of this run.
|
TextFormat |
ChartSpec.getSubtitleTextFormat()
The subtitle text format.
|
TextFormat |
CellFormat.getTextFormat()
The format of the text in the cell (unless overridden by a format run).
|
TextFormat |
TreemapChartSpec.getTextFormat()
The text format for all labels on the chart.
|
TextFormat |
ChartSpec.getTitleTextFormat()
The title text format.
|
TextFormat |
TextFormat.set(java.lang.String fieldName,
java.lang.Object value) |
TextFormat |
TextFormat.setBold(java.lang.Boolean bold)
True if the text is bold.
|
TextFormat |
TextFormat.setFontFamily(java.lang.String fontFamily)
The font family.
|
TextFormat |
TextFormat.setFontSize(java.lang.Integer fontSize)
The size of the font.
|
TextFormat |
TextFormat.setForegroundColor(Color foregroundColor)
The foreground color of the text.
|
TextFormat |
TextFormat.setItalic(java.lang.Boolean italic)
True if the text is italicized.
|
TextFormat |
TextFormat.setStrikethrough(java.lang.Boolean strikethrough)
True if the text has a strikethrough.
|
TextFormat |
TextFormat.setUnderline(java.lang.Boolean underline)
True if the text is underlined.
|
Modifier and Type | Method and Description |
---|---|
BubbleChartSpec |
BubbleChartSpec.setBubbleTextStyle(TextFormat bubbleTextStyle)
The format of the text inside the bubbles.
|
BasicChartAxis |
BasicChartAxis.setFormat(TextFormat format)
The format of the title.
|
TextFormatRun |
TextFormatRun.setFormat(TextFormat format)
The format of this run.
|
ChartSpec |
ChartSpec.setSubtitleTextFormat(TextFormat subtitleTextFormat)
The subtitle text format.
|
CellFormat |
CellFormat.setTextFormat(TextFormat textFormat)
The format of the text in the cell (unless overridden by a format run).
|
TreemapChartSpec |
TreemapChartSpec.setTextFormat(TextFormat textFormat)
The text format for all labels on the chart.
|
ChartSpec |
ChartSpec.setTitleTextFormat(TextFormat titleTextFormat)
The title text format.
|