Enum SelectionType
SelectionType
Jenis Selection
.
SelectionType
mewakili jenis paling spesifik dari satu atau beberapa objek yang
dipilih. Sebagai contoh, jika satu atau beberapa instance TableCell
dipilih di Table
, jenis pemilihannya adalah SelectionType.TABLE_CELL
. TableCellRange
dapat
diambil menggunakan Selection.getTableCellRange
. Table
dapat diambil menggunakan
Selection.getPageElementRange
dan Page
dapat diambil dari
Selection.getCurrentPage
.
Untuk memanggil enum, panggil class, nama, dan properti induknya. Misalnya,
SlidesApp.SelectionType.TEXT
.
Properti
Properti | Jenis | Deskripsi |
UNSUPPORTED | Enum | Jenis pemilihan yang tidak didukung. |
NONE | Enum | Tidak ada yang dipilih. |
TEXT | Enum | Pemilihan teks. |
TABLE_CELL | Enum | Pemilihan sel tabel. |
PAGE | Enum | Pemilihan halaman dalam flimstrip thumbnail. |
PAGE_ELEMENT | Enum | Pemilihan elemen halaman. |
CURRENT_PAGE | Enum | Pemilihan halaman saat ini. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2023-12-02 UTC.
[null,null,["Terakhir diperbarui pada 2023-12-02 UTC."],[[["`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)."]]],[]]