Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
TextRotation |
TextRotation.clone() |
TextRotation |
CellFormat.getTextRotation()
The rotation applied to text in the cell.
|
TextRotation |
TextRotation.set(String fieldName,
Object value) |
TextRotation |
TextRotation.setAngle(Integer angle)
The angle between the standard orientation and the desired orientation.
|
TextRotation |
TextRotation.setVertical(Boolean vertical)
If true, text reads top to bottom, but the orientation of individual characters is unchanged.
|
Modifier and Type | Method and Description |
---|---|
CellFormat |
CellFormat.setTextRotation(TextRotation textRotation)
The rotation applied to text in the cell.
|
Copyright © 2011–2024 Google. All rights reserved.