Bağlantı sitesinin bulunduğu PageElement değerini döndürür.
Ayrıntılı dokümanlar
getIndex()
Bağlantı sitesinin dizini döndürülü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 dizine karşılık gelir. Bu bağlantı siteleri hakkında daha fazla bilgiyi 20.1.9.9 numaralı bölümdeki "cnx" özelliğinin açıklamasında ve Ek H'de bulabilirsiniz. ECMA-376 5. baskısının 1. bölümü olan "Office Open XML Dosya Biçimleri-Temel Bilgiler ve Biçimlendirme Dili Referansı"nın "Önceden Tanımlanmış DrawingML Şekil ve Metin Geometrileri".
Return
Integer: Bağlantı sitesinin dizini.
Yetkilendirme
Bu yöntemi kullanan komut dosyalarının aşağıdaki kapsamlardan bir veya daha fazlası için yetkilendirilmesi gerekir:
[[["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: 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"]]