Enum AutoTextType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
自动文本类型
自动文本的类型。
如需调用枚举,您可以调用其父类、名称和属性。例如
SlidesApp.AutoTextType.SLIDE_NUMBER
。
属性
属性 | 类型 | 说明 |
UNSUPPORTED | Enum | 不受支持的自动文本类型。 |
SLIDE_NUMBER | Enum | 幻灯片编号。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\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. |"]]