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 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-10-25 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-10-25 بهوقت ساعت هماهنگ جهانی."],[[["`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)."]]],[]]