Enum SelectionType
نوع الاختيار
نوع Selection
يمثّل العنصر SelectionType
النوع الأكثر تحديدًا لعنصر واحد أو أكثر
تم اختياره. على سبيل المثال، إذا تم اختيار مثيل واحد أو أكثر من TableCell
في Table
، يكون نوع الاختيار هو SelectionType.TABLE_CELL
. يمكن retrievingTableCellRange
باستخدام Selection.getTableCellRange
. يمكن استرداد Table
باستخدام
Selection.getPageElementRange
، ويمكن استرداد Page
من
Selection.getCurrentPage
.
لاستدعاء قائمة أرقام صحيحة، عليك استدعاء الصف الرئيسي والاسم والخاصية. مثلاً:
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 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-12-02 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`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)."]]],[]]