Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
TextPosition |
TextPosition.clone() |
TextPosition |
KeyValueFormat.getPosition()
Specifies the horizontal text positioning of key value.
|
TextPosition |
BaselineValueFormat.getPosition()
Specifies the horizontal text positioning of baseline value.
|
TextPosition |
ChartSpec.getSubtitleTextPosition()
The subtitle text position.
|
TextPosition |
ChartSpec.getTitleTextPosition()
The title text position.
|
TextPosition |
BasicChartAxis.getTitleTextPosition()
The axis title text position.
|
TextPosition |
TextPosition.set(String fieldName,
Object value) |
TextPosition |
TextPosition.setHorizontalAlignment(String horizontalAlignment)
Horizontal alignment setting for the piece of text.
|
Modifier and Type | Method and Description |
---|---|
KeyValueFormat |
KeyValueFormat.setPosition(TextPosition position)
Specifies the horizontal text positioning of key value.
|
BaselineValueFormat |
BaselineValueFormat.setPosition(TextPosition position)
Specifies the horizontal text positioning of baseline value.
|
ChartSpec |
ChartSpec.setSubtitleTextPosition(TextPosition subtitleTextPosition)
The subtitle text position.
|
ChartSpec |
ChartSpec.setTitleTextPosition(TextPosition titleTextPosition)
The title text position.
|
BasicChartAxis |
BasicChartAxis.setTitleTextPosition(TextPosition titleTextPosition)
The axis title text position.
|
Copyright © 2011–2024 Google. All rights reserved.