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 |
TextFormatRun.getFormat()
The format of this run.
|
TextFormat |
BasicChartAxis.getFormat()
The format of the title.
|
TextFormat |
ChartSpec.getSubtitleTextFormat()
The subtitle text format.
|
TextFormat |
KeyValueFormat.getTextFormat()
Text formatting options for key value.
|
TextFormat |
SlicerSpec.getTextFormat()
The text format of title in the slicer.
|
TextFormat |
BaselineValueFormat.getTextFormat()
Text formatting options for baseline value.
|
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 |
DataLabel.getTextFormat()
The text format used for the data label.
|
TextFormat |
ChartSpec.getTitleTextFormat()
The title text format.
|
TextFormat |
TextFormat.set(String fieldName,
Object value) |
TextFormat |
TextFormat.setBold(Boolean bold)
True if the text is bold.
|
TextFormat |
TextFormat.setFontFamily(String fontFamily)
The font family.
|
TextFormat |
TextFormat.setFontSize(Integer fontSize)
The size of the font.
|
TextFormat |
TextFormat.setForegroundColor(Color foregroundColor)
The foreground color of the text.
|
TextFormat |
TextFormat.setForegroundColorStyle(ColorStyle foregroundColorStyle)
The foreground color of the text.
|
TextFormat |
TextFormat.setItalic(Boolean italic)
True if the text is italicized.
|
TextFormat |
TextFormat.setLink(Link link)
The link destination of the text, if any.
|
TextFormat |
TextFormat.setStrikethrough(Boolean strikethrough)
True if the text has a strikethrough.
|
TextFormat |
TextFormat.setUnderline(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.
|
TextFormatRun |
TextFormatRun.setFormat(TextFormat format)
The format of this run.
|
BasicChartAxis |
BasicChartAxis.setFormat(TextFormat format)
The format of the title.
|
ChartSpec |
ChartSpec.setSubtitleTextFormat(TextFormat subtitleTextFormat)
The subtitle text format.
|
KeyValueFormat |
KeyValueFormat.setTextFormat(TextFormat textFormat)
Text formatting options for key value.
|
SlicerSpec |
SlicerSpec.setTextFormat(TextFormat textFormat)
The text format of title in the slicer.
|
BaselineValueFormat |
BaselineValueFormat.setTextFormat(TextFormat textFormat)
Text formatting options for baseline value.
|
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.
|
DataLabel |
DataLabel.setTextFormat(TextFormat textFormat)
The text format used for the data label.
|
ChartSpec |
ChartSpec.setTitleTextFormat(TextFormat titleTextFormat)
The title text format.
|
Copyright © 2011–2024 Google. All rights reserved.