Bağlantı sitesinin bulunduğu PageElement değerini döndürür.
Ayrıntılı belgeler
getIndex()
Bağlantı sitesinin dizinini döndürür. Dizin, aynı sayfa öğesindeki tüm bağlantı siteleri arasında benzersizdir.
Çoğu durumda, ECMA-376 standardındaki önceden tanımlanmış bağlantı sitesi dizinine karşılık gelir. Bu bağlantı siteleri hakkında daha fazla bilgiyi bölüm 20.1.9.9 ve Ek H'deki "cnx" özelliğinin açıklamasında bulabilirsiniz. "Office Open XML File Formats-Fundamentals and Markup Language Reference" (Office Açık XML Dosya Biçimleri-Temeller ve Biçimlendirme Dili Referansı) bölümündeki "Predefined DrawingML Shape and Text
Geometries" (Önceden Tanımlanmış DrawingML Şekil ve Metin Geometrileri),
ECMA-376 5. sürüm'ün 1. kısmı.
Return
Integer: Bağlantı sitesinin dizini.
Yetkilendirme
Bu yöntemi kullanan komut dosyaları, aşağıdaki kapsamlardan biri veya daha fazlasıyla yetkilendirme gerektirir:
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-08-04 UTC."],[[["\u003cp\u003eA connection site is a point on a PageElement where a connector can be attached.\u003c/p\u003e\n"],["\u003cp\u003eYou can get the index of a connection site, which is unique within its PageElement, using \u003ccode\u003egetIndex()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetPageElement()\u003c/code\u003e allows you to retrieve the PageElement associated with a specific connection site.\u003c/p\u003e\n"],["\u003cp\u003eConnection sites often correspond to the ECMA-376 standard, allowing compatibility with various applications.\u003c/p\u003e\n"]]],["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"],null,[]]