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 ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-12-02 (שעון UTC).
[null,null,["עדכון אחרון: 2024-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)."]]],[]]