Enum PageElementType
PageElementType
網頁元素類型。
如要呼叫列舉,您可以呼叫其父項類別、名稱和屬性。例如
SlidesApp.PageElementType.SHAPE
。
屬性
屬性 | 類型 | 說明 |
UNSUPPORTED | Enum | 代表的網頁元素不受支援,無法進一步分類。 |
SHAPE | Enum | 代表沒有更明確分類的一般形狀。 |
IMAGE | Enum | 代表圖片。 |
VIDEO | Enum | 代表影片。 |
TABLE | Enum | 代表資料表。 |
GROUP | Enum | 代表一個網頁元素集合。 |
LINE | Enum | 代表線條。 |
WORD_ART | Enum | 代表文字藝術。 |
SHEETS_CHART | Enum | 代表從 Google 試算表嵌入的連結圖表。 |
SPEAKER_SPOTLIGHT | Enum | 代表講者鏡頭畫面。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-06-28 (世界標準時間)。
[null,null,["上次更新時間:2024-06-28 (世界標準時間)。"],[[["`PageElementType` is used to identify the type of element on a Slides page, like a shape, image, or table."],["To reference a specific element type, use the format `SlidesApp.PageElementType.[Element Type]`, for example, `SlidesApp.PageElementType.SHAPE`."],["There are various predefined element types including `UNSUPPORTED`, `SHAPE`, `IMAGE`, `VIDEO`, `TABLE`, `GROUP`, `LINE`, `WORD_ART`, `SHEETS_CHART`, and `SPEAKER_SPOTLIGHT`."],["Each `PageElementType` provides a way to categorize and interact with different components within Google Slides presentations programmatically."]]],[]]