चालू प्रज़ेंटेशन में उपयोगकर्ता की चुनी गई चीज़.
const selection = SlidesApp.getActivePresentation().getSelection(); const currentPage = selection.getCurrentPage(); const selectionType = selection.getSelectionType();
तरीके
तरीका | रिटर्न टाइप | संक्षिप्त विवरण |
---|---|---|
get | Page | अगर कोई पेज चालू नहीं है, तो फ़िलहाल चालू Page या null दिखाता है. |
get | Page | चुने गए Page इंस्टेंस का Page कलेक्शन दिखाता है. अगर कोई Page इंस्टेंस नहीं चुना गया है, तो null दिखाता है. |
get | Page | फ़िल्मस्ट्रिप में चुने गए Page इंस्टेंस का Page कलेक्शन दिखाता है. अगर चुना गया आइटम Selection टाइप का नहीं है, तो null दिखाता है. |
get | Selection | Selection दिखाता है. |
get | Table | चुने गए Table इंस्टेंस का Table कलेक्शन दिखाता है. अगर कोई Table इंस्टेंस नहीं चुना गया है, तो null दिखाता है. |
get | Text | चुने गए Text को दिखाता है. अगर चुना गया आइटम Selection टाइप का नहीं है, तो null दिखाता है. |
ज़्यादा जानकारी वाला दस्तावेज़
get Current Page()
अगर कोई पेज चालू नहीं है, तो फ़िलहाल चालू Page
या null
दिखाता है.
const selection = SlidesApp.getActivePresentation().getSelection(); const currentPage = selection.getCurrentPage(); if (currentPage != null) { Logger.log(`Selected current active page ID: ${currentPage.getObjectId()}`); }
वापसी का टिकट
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Page Element Range()
चुने गए Page
इंस्टेंस का Page
कलेक्शन दिखाता है. अगर कोई Page
इंस्टेंस नहीं चुना गया है, तो null
दिखाता है.
const selection = SlidesApp.getActivePresentation().getSelection(); const selectionType = selection.getSelectionType(); if (selectionType === SlidesApp.SelectionType.PAGE_ELEMENT) { const currentPage = selection.getCurrentPage(); const pageElements = selection.getPageElementRange().getPageElements(); Logger.log(`Number of page elements selected: ${pageElements.length}`); }
वापसी का टिकट
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Page Range()
फ़िल्मस्ट्रिप में चुने गए Page
इंस्टेंस का Page
कलेक्शन दिखाता है. अगर चुना गया आइटम Selection
टाइप का नहीं है, तो null
दिखाता है.
const selection = SlidesApp.getActivePresentation().getSelection(); const selectionType = selection.getSelectionType(); if (selectionType === SlidesApp.SelectionType.PAGE) { const pageRange = selection.getPageRange(); Logger.log( `Number of pages in the flimstrip selected: ${ pageRange.getPages().length}`, ); }
वापसी का टिकट
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Selection Type()
Selection
दिखाता है.
const selection = SlidesApp.getActivePresentation().getSelection(); const selectionType = selection.getSelectionType(); if (selectionType === SlidesApp.SelectionType.CURRENT_PAGE) { const currentPage = selection.getCurrentPage(); Logger.log(`Selected current active page ID: ${currentPage.getObjectId()}`); }
वापसी का टिकट
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Table Cell Range()
चुने गए Table
इंस्टेंस का Table
कलेक्शन दिखाता है. अगर कोई Table
इंस्टेंस नहीं चुना गया है, तो null
दिखाता है.
const selection = SlidesApp.getActivePresentation().getSelection(); const selectionType = selection.getSelectionType(); if (selectionType === SlidesApp.SelectionType.TABLE_CELL) { const currentPage = selection.getCurrentPage(); const tableCells = selection.getTableCellRange().getTableCells(); const table = tableCells[0].getParentTable(); Logger.log(`Number of table cells selected: ${tableCells.length}`); }
वापसी का टिकट
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Text Range()
चुने गए Text
को दिखाता है. अगर चुना गया आइटम Selection
टाइप का नहीं है, तो null
दिखाता है.
Text
दो स्थितियों को दिखाता है:
1. चुने गए टेक्स्ट की रेंज. उदाहरण के लिए, अगर किसी आकार में "नमस्ते" टेक्स्ट है और "वह" चुना गया है, तो दिखाई गई रेंज में Text
= 0 और Text
= 2 होगा.
2. कर्सर की पोज़िशन. उदाहरण के लिए, अगर किसी आकार में "नमस्ते" टेक्स्ट है और कर्सर "H" के बाद है,
("H|नमस्ते"), तो दिखाई गई रेंज में Text
= 1 और Text
= 1 है.
const selection = SlidesApp.getActivePresentation().getSelection(); const selectionType = selection.getSelectionType(); if (selectionType === SlidesApp.SelectionType.TEXT) { const currentPage = selection.getCurrentPage(); const pageElement = selection.getPageElementRange().getPageElements()[0]; const textRange = selection.getTextRange(); Logger.log(`Text selected: ${textRange.asString()}`); }
वापसी का टिकट
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट को, इनमें से एक या एक से ज़्यादा स्कोप के लिए अनुमति की ज़रूरत होती है:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations