कनेक्शन साइट का इंडेक्स दिखाता है. इंडेक्स, एक ही पेज एलिमेंट पर मौजूद सभी कनेक्शन साइटों में यूनीक होता है.
ज़्यादातर मामलों में, यह ECMA-376 स्टैंडर्ड के पहले से तय किए गए कनेक्शन साइट इंडेक्स से मेल खाता है. उन कनेक्शन साइटों के बारे में ज़्यादा जानकारी, सेक्शन 20.1.9.9 और अनुबंध H में "cnx" एट्रिब्यूट के ब्यौरे में मिल सकती है. ECMA-376 के पांचवें संस्करण का पहला हिस्सा, "Office Open XML फ़ाइल फ़ॉर्मैट-बुनियादी बातें और मार्कअप लैंग्वेज रेफ़रंस" का "पहले से तय DrawingML आकार और टेक्स्ट ज्यामिति".
वापसी का टिकट
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"]],["आखिरी बार 2024-12-02 (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"]]