Enum SelectionType
সিলেকশন টাইপ Selection
ধরন।
SelectionType
নির্বাচিত এক বা একাধিক বস্তুর সবচেয়ে নির্দিষ্ট ধরনের প্রতিনিধিত্ব করে। উদাহরণ হিসাবে যদি একটি Table
এক বা একাধিক TableCell
দৃষ্টান্ত নির্বাচন করা হয়, নির্বাচনের ধরনটি হল SelectionType.TABLE_CELL
। Selection.getTableCellRange
ব্যবহার করে TableCellRange
পুনরুদ্ধার করা যেতে পারে। Selection.getPageElementRange
ব্যবহার করে Table
পুনরুদ্ধার করা যেতে পারে এবং 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 সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-25 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)."]]],[]]