यह फ़ंक्शन, उस PageElement को दिखाता है जिस पर कनेक्शन साइट मौजूद है.
ज़्यादा जानकारी वाला दस्तावेज़
getIndex()
कनेक्शन साइट का इंडेक्स दिखाता है. यह इंडेक्स, एक ही पेज एलिमेंट पर मौजूद सभी कनेक्शन साइटों में यूनीक होता है.
ज़्यादातर मामलों में, यह ECMA-376 स्टैंडर्ड के हिसाब से, पहले से तय की गई कनेक्शन साइट इंडेक्स से मेल खाता है. कनेक्शन साइटों के बारे में ज़्यादा जानकारी, सेक्शन 20.1.9.9 और Annex H में "cnx" एट्रिब्यूट के ब्यौरे में दी गई है. "Office Open XML File Formats-Fundamentals and Markup Language Reference" के "Predefined DrawingML Shape and Text Geometries" सेक्शन में, ECMA-376 के पांचवें वर्शन का पहला हिस्सा.
वापसी का टिकट
Integer — कनेक्शन साइट का इंडेक्स.
अनुमति देना
इस तरीके का इस्तेमाल करने वाली स्क्रिप्ट के लिए, इनमें से एक या उससे ज़्यादा स्कोप के साथ अनुमति लेना ज़रूरी है:
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-08-04 (UTC) को अपडेट किया गया."],[[["A connection site is a point on a PageElement where a connector can be attached."],["You can get the index of a connection site, which is unique within its PageElement, using `getIndex()`."],["`getPageElement()` allows you to retrieve the PageElement associated with a specific connection site."],["Connection sites often correspond to the ECMA-376 standard, allowing compatibility with various applications."]]],["A `ConnectionSite` on a `PageElement` can connect to a connector. It offers two methods: `getIndex()` and `getPageElement()`. `getIndex()` returns the site's unique index as an `Integer`, corresponding to the ECMA-376 standard. `getPageElement()` returns the `PageElement` the connection site belongs to. Both methods require specific authorization scopes like `presentations.currentonly` or `presentations`. The index is unique within the element's connection sites.\n"]]