Enum AutoTextType
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
自動文字類型
自動文字類型。
如要呼叫列舉,請呼叫其父項類別、名稱和屬性。例如
SlidesApp.AutoTextType.SLIDE_NUMBER
。
屬性
屬性 | 類型 | 說明 |
UNSUPPORTED | Enum | 系統不支援的自動文字類型。 |
SLIDE_NUMBER | Enum | 投影片編號。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間: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. |"]]