Enum SelectionType
SelectionType
ประเภทของ Selection
SelectionType
จะแสดงประเภทออบเจ็กต์อย่างน้อย 1 รายการที่เลือกไว้ซึ่งมีประเภทที่เฉพาะเจาะจงที่สุด ตัวอย่างเช่น หากมีการเลือกอินสแตนซ์ TableCell
อย่างน้อย 1 รายการใน Table
ประเภทการเลือกจะเป็น SelectionType.TABLE_CELL
คุณจะดึงข้อมูล TableCellRange
ได้โดยใช้ Selection.getTableCellRange
คุณดึงข้อมูล Table
ได้โดยใช้ Selection.getPageElementRange
และเรียกข้อมูล Page
ได้จาก Selection.getCurrentPage
หากต้องการเรียก enum คุณจะต้องเรียกคลาส ชื่อ และพร็อพเพอร์ตี้ระดับบนสุด เช่น
SlidesApp.SelectionType.TEXT
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ | Type | คำอธิบาย |
UNSUPPORTED | Enum | ประเภทการเลือกที่ไม่รองรับ |
NONE | Enum | ไม่ได้เลือก |
TEXT | Enum | การเลือกข้อความ |
TABLE_CELL | Enum | การเลือกเซลล์ในตาราง |
PAGE | Enum | การเลือกหน้าในขอบของภาพขนาดย่อ |
PAGE_ELEMENT | Enum | การเลือกองค์ประกอบของหน้า |
CURRENT_PAGE | Enum | การเลือกหน้าปัจจุบัน |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2023-12-02 UTC
[null,null,["อัปเดตล่าสุด 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)."]]],[]]