Enum TextBaselineOffset

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

PropertyTypeDescription
UNSUPPORTEDEnumAn text baseline offset that is not supported.
NONEEnumThe text is not vertically offset.
SUPERSCRIPTEnumThe text is vertically offset upwards.
SUBSCRIPTEnumThe text is vertically offset downwards.