Menampilkan PageElement tempat situs koneksi berada.
Dokumentasi mendetail
getIndex()
Menampilkan indeks situs koneksi. Indeks ini unik di antara semua situs koneksi di
elemen halaman yang sama.
Pada umumnya, ini sesuai dengan indeks situs koneksi yang telah ditentukan sebelumnya dari standar
ECMA-376. Informasi selengkapnya tentang situs koneksi tersebut dapat ditemukan dalam deskripsi
atribut "cnx" di bagian 20.1.9.9 dan Lampiran H. "Geometri Teks dan Bentuk DrawingML
yang telah ditentukan" dari "Format File Office Open XML-Dasar-Dasar dan Referensi Bahasa Markup", bagian
1 dari ECMA-376
edisi ke-5.
Pulang pergi
Integer — Indeks situs koneksi.
Otorisasi
Skrip yang menggunakan metode ini memerlukan otorisasi dengan satu atau beberapa cakupan berikut:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]