Class AutoText
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
自動文字動態替換為可隨時間變更的內容 (例如投影片號) 的文字元素。
內容詳盡的說明文件
getAutoTextType()
傳回自動文字的類型。如果自動簡訊已遭刪除,就會傳回 null
。
回攻員
AutoTextType
授權
使用這個方法的腳本需要具備下列一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getIndex()
傳回自動文字的索引。如果自動簡訊已遭刪除,就會傳回 null
。
回攻員
Integer
授權
使用這個方法的腳本需要具備下列一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getRange()
傳回跨越自動文字的 TextRange
。如果自動簡訊已遭刪除,則會傳回 null
。
回攻員
TextRange
授權
使用這個方法的腳本需要具備下列一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003eAutoText is a dynamic element that gets replaced with content that can change, like a slide number.\u003c/p\u003e\n"],["\u003cp\u003eYou can use methods like \u003ccode\u003egetAutoTextType()\u003c/code\u003e, \u003ccode\u003egetIndex()\u003c/code\u003e, and \u003ccode\u003egetRange()\u003c/code\u003e to interact with AutoText elements.\u003c/p\u003e\n"],["\u003cp\u003eThese methods allow you to determine the type of AutoText, its position, and get the text range it spans within the slide.\u003c/p\u003e\n"],["\u003cp\u003eTo utilize these methods, your script needs authorization with specific scopes related to Google Slides access.\u003c/p\u003e\n"]]],[],null,["# Class AutoText\n\nAutoText\n\nAn element of text that is dynamically replaced with content that can change over time, such as a\nslide number. \n\n### Methods\n\n| Method | Return type | Brief description |\n|-----------------------------------------|--------------------------------------------------------------|-----------------------------------------------------------------------------------------|\n| [getAutoTextType()](#getAutoTextType()) | [AutoTextType](/apps-script/reference/slides/auto-text-type) | Returns the type of auto text. |\n| [getIndex()](#getIndex()) | `Integer` | Returns the index of the auto text. |\n| [getRange()](#getRange()) | [TextRange](/apps-script/reference/slides/text-range) | Returns a [TextRange](/apps-script/reference/slides/text-range) spanning the auto text. |\n\nDetailed documentation\n----------------------\n\n### `get``Auto``Text``Type()`\n\nReturns the type of auto text. Returns `null` if the auto text has been deleted.\n\n#### Return\n\n\n[AutoTextType](/apps-script/reference/slides/auto-text-type)\n\n#### Authorization\n\nScripts that use this method require authorization with one or more of the following [scopes](/apps-script/concepts/scopes#setting_explicit_scopes):\n\n- `https://www.googleapis.com/auth/presentations.currentonly`\n- `https://www.googleapis.com/auth/presentations`\n\n*** ** * ** ***\n\n### `get``Index()`\n\nReturns the index of the auto text. Returns `null` if the auto text has been deleted.\n\n#### Return\n\n\n`Integer`\n\n#### Authorization\n\nScripts that use this method require authorization with one or more of the following [scopes](/apps-script/concepts/scopes#setting_explicit_scopes):\n\n- `https://www.googleapis.com/auth/presentations.currentonly`\n- `https://www.googleapis.com/auth/presentations`\n\n*** ** * ** ***\n\n### `get``Range()`\n\nReturns a [TextRange](/apps-script/reference/slides/text-range) spanning the auto text. Returns `null` if the auto text has\nbeen deleted.\n\n#### Return\n\n\n[TextRange](/apps-script/reference/slides/text-range)\n\n#### Authorization\n\nScripts that use this method require authorization with one or more of the following [scopes](/apps-script/concepts/scopes#setting_explicit_scopes):\n\n- `https://www.googleapis.com/auth/presentations.currentonly`\n- `https://www.googleapis.com/auth/presentations`"]]