Enum TextBaselineOffset
Stay organized with collections
Save and categorize content based on your preferences.
TextBaselineOffset
The text vertical offset from its normal position.
To call an enum, you call its parent class, name, and property. For example,
SlidesApp.TextBaselineOffset.SUPERSCRIPT
.
Properties
Property | Type | Description |
---|---|---|
UNSUPPORTED | Enum | An text baseline offset that is not supported. |
NONE | Enum | The text is not vertically offset. |
SUPERSCRIPT | Enum | The text is vertically offset upwards. |
SUBSCRIPT | Enum | The text is vertically offset downwards. |