Enum AutoTextType
Stay organized with collections
Save and categorize content based on your preferences.
AutoTextType
The types of auto text.
To call an enum, you call its parent class, name, and property. For example,
SlidesApp.AutoTextType.SLIDE_NUMBER
.
Properties
Property | Type | Description |
UNSUPPORTED | Enum | An auto text type that is not supported. |
SLIDE_NUMBER | Enum | A slide number. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-02 UTC.
[null,null,["Last updated 2024-12-02 UTC."],[[["\u003cp\u003e\u003ccode\u003eAutoTextType\u003c/code\u003e defines the different types of auto text that can be used within Google Slides.\u003c/p\u003e\n"],["\u003cp\u003eTo reference a specific auto text type, use the format \u003ccode\u003eSlidesApp.AutoTextType.[property]\u003c/code\u003e, like \u003ccode\u003eSlidesApp.AutoTextType.SLIDE_NUMBER\u003c/code\u003e for accessing the slide number.\u003c/p\u003e\n"],["\u003cp\u003eCurrently, supported auto text types include \u003ccode\u003eSLIDE_NUMBER\u003c/code\u003e while \u003ccode\u003eUNSUPPORTED\u003c/code\u003e indicates types that are not yet implemented or available.\u003c/p\u003e\n"]]],[],null,["# Enum AutoTextType\n\nAutoTextType\n\nThe types of auto text.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.AutoTextType.SLIDE_NUMBER`. \n\n### Properties\n\n| Property | Type | Description |\n|----------------|--------|------------------------------------------|\n| `UNSUPPORTED` | `Enum` | An auto text type that is not supported. |\n| `SLIDE_NUMBER` | `Enum` | A slide number. |"]]