Enum SelectionType
SelectionType
סוג של Selection
.
השדה SelectionType
מייצג את הסוג הספציפי ביותר של אובייקט אחד או יותר שנבחר. לדוגמה, אם נבחר מופע אחד או יותר של TableCell
ב-Table
, סוג הבחירה הוא SelectionType.TABLE_CELL
. אפשר לאחזר
את TableCellRange
באמצעות Selection.getTableCellRange
. אפשר לאחזר את Table
באמצעות Selection.getPageElementRange
ואת הערך Page
לשליפה מ-Selection.getCurrentPage
.
כדי לקרוא לטיפוסים בני מנייה (enum), צריך לקרוא למחלקה, לשם ולנכס ההורה שלהם. לדוגמה,
SlidesApp.SelectionType.TEXT
.
תכונות
נכס | תיאור | התיאור |
UNSUPPORTED | Enum | סוג בחירה שאינו נתמך. |
NONE | Enum | אין בחירה. |
TEXT | Enum | בחירת טקסט. |
TABLE_CELL | Enum | בחירת תא בטבלה. |
PAGE | Enum | בחירת דף ברצועת התמונות הממוזערת. |
PAGE_ELEMENT | Enum | בחירת רכיב דף. |
CURRENT_PAGE | Enum | בחירת הדף הנוכחית. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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)."]]],[]]