Enum TextDirection

TextDirection

The directions text can flow in.

To call an enum, you call its parent class, name, and property. For example, SlidesApp.TextDirection.LEFT_TO_RIGHT.

Properties

PropertyTypeDescription
UNSUPPORTEDEnumA text direction that is not supported.
LEFT_TO_RIGHTEnumThe text goes from left to right.
RIGHT_TO_LEFTEnumThe text goes from right to left.