type property

String? type
getter/setter pair

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

  • "TYPE_UNSPECIFIED" : An unspecified auto text type.
  • "PAGE_NUMBER" : Type for auto text that represents the current page number.
  • "PAGE_COUNT" : Type for auto text that represents the total number of pages in the document.

Implementation

core.String? type;