[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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,["AutoTextType\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\nProperties\n\n| Property | Type | Description |\n|----------------|--------|------------------------------------------|\n| `UNSUPPORTED` | `Enum` | An auto text type that is not supported. |\n| `SLIDE_NUMBER` | `Enum` | A slide number. |"]]