Class TextRotation
The rotation applied to text in a cell.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class TextRotation : IDirectResponseSchema
Properties
Angle
The angle between the standard orientation and the desired orientation. Measured in degrees. Valid values are between -90 and 90. Positive angles are angled upwards, negative are angled downwards. Note: For LTR text direction positive angles are in the counterclockwise direction, whereas for RTL they are in the clockwise direction
Declaration
[JsonProperty("angle")]
public virtual int? Angle { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Vertical
If true, text reads top to bottom, but the orientation of individual characters is unchanged. For example: | V | | e | | r | | t | | i | | c | | a | | l |
Declaration
[JsonProperty("vertical")]
public virtual bool? Vertical { get; set; }
Property Value
Type | Description |
---|---|
bool? |