Enum PlaceholderType
PlaceholderType
預留位置類型。其中有許多預留位置類型與 ECMA-376 標準的預留位置 ID 對應。如要進一步瞭解這些形狀,請參閱「Office Open XML 檔案格式 - 基礎知識與標記語言參考資料」的第 19.7.10 節說明,其中第 1 部分是 ECMA-376 第 5 版。
如要呼叫列舉,您可以呼叫其父項類別、名稱和屬性。例如
SlidesApp.PlaceholderType.BODY
。
屬性
屬性 | 類型 | 說明 |
UNSUPPORTED | Enum | 不支援的預留位置類型。 |
NONE | Enum | 不是預留位置。 |
BODY | Enum | 網頁的本文。 |
CHART | Enum | 圖表或圖形。 |
CLIP_ART | Enum | 插圖圖片。 |
CENTERED_TITLE | Enum | 標題置中。 |
DIAGRAM | Enum | 圖表。 |
DATE_AND_TIME | Enum | 日期和時間。 |
FOOTER | Enum | 頁尾文字。 |
HEADER | Enum | 標題文字。 |
MEDIA | Enum | 多媒體。 |
OBJECT | Enum | 不限內容類型。 |
PICTURE | Enum | 圖片。 |
SLIDE_NUMBER | Enum | 投影片數量。 |
SUBTITLE | Enum | 字幕。 |
TABLE | Enum | Table. |
TITLE | Enum | 投影片標題。 |
SLIDE_IMAGE | Enum | 投影片圖片。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-02 (世界標準時間)。
[null,null,["上次更新時間:2023-12-02 (世界標準時間)。"],[[["PlaceholderType is used to specify the type of content a placeholder in Google Slides can hold, like text, images, or charts."],["These types are based on the ECMA-376 standard for Office Open XML file formats, with more details available in the standard's documentation."],["To use a PlaceholderType, refer to its parent class (SlidesApp), name (PlaceholderType), and specific property (e.g., BODY for body text)."],["A comprehensive list of PlaceholderTypes is provided, including common types like TITLE, BODY, CHART, and more specific ones like DATE_AND_TIME or SLIDE_NUMBER."],["If a placeholder type isn't recognized, it falls under the UNSUPPORTED or NONE types."]]],[]]