type property

String? type
getter/setter pair

The type of this auto text. Possible string values are:

  • "TYPE_UNSPECIFIED" : An unspecified autotext type.
  • "SLIDE_NUMBER" : Type for autotext that represents the current slide number.

Implementation

core.String? type;