Enum SelectionType
SelectionType
Selection
का टाइप.
SelectionType
, चुने गए एक या एक से ज़्यादा ऑब्जेक्ट के सबसे खास टाइप दिखाता है. उदाहरण के लिए, अगर Table
में एक या उससे ज़्यादा TableCell
इंस्टेंस चुने जाते हैं, तो चुनने का टाइप SelectionType.TABLE_CELL
होगा. Selection.getTableCellRange
का इस्तेमाल करके, TableCellRange
को फिर से पाया जा सकता है. Selection.getPageElementRange
का इस्तेमाल करके, Table
को वापस पाया जा सकता है और 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 | चुना गया मौजूदा पेज. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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)."]]],[]]