Enum SelectionType
SelectionType
Selection
的類型。
SelectionType
代表所選一或多個物件最具體的類型。舉例來說,如果在 Table
中選取了一或多個 TableCell
執行個體,選取類型就是 SelectionType.TABLE_CELL
。您可以使用 Selection.getTableCellRange
擷取 TableCellRange
。您可以使用 Selection.getPageElementRange
擷取 Table
,且可以從 Selection.getCurrentPage
擷取 Page
。
如要呼叫列舉,您可以呼叫其父項類別、名稱和屬性。例如
SlidesApp.SelectionType.TEXT
。
屬性
屬性 | 類型 | 說明 |
UNSUPPORTED | Enum | 不支援的選取類型。 |
NONE | Enum | 未選取任何項目, |
TEXT | Enum | 選取文字。 |
TABLE_CELL | Enum | 選取表格儲存格。 |
PAGE | Enum | 在縮圖膠卷中選取頁面。 |
PAGE_ELEMENT | Enum | 選取頁面元素。 |
CURRENT_PAGE | Enum | 目前選取的頁面。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-02 (世界標準時間)。
[null,null,["上次更新時間:2023-12-02 (世界標準時間)。"],[[["`SelectionType` identifies the specific type of selected objects in Google Slides, like text, table cells, or pages."],["When multiple objects of the same type are selected, `SelectionType` reflects the most specific type, enabling access to properties like `TableCellRange` or `PageElementRange`."],["`SelectionType` has several enum values, including `UNSUPPORTED`, `NONE`, `TEXT`, `TABLE_CELL`, `PAGE`, `PAGE_ELEMENT`, and `CURRENT_PAGE`, representing different selection states."],["You can access these values using the syntax `SlidesApp.SelectionType.TEXT` (replace `TEXT` with the desired property)."]]],[]]