Zwraca PageElement, na którym znajduje się witryna połączenia.
Szczegółowa dokumentacja
getIndex()
Zwraca indeks strony połączenia. Indeks jest niepowtarzalny wśród wszystkich miejsc połączenia w tym samym elemencie strony.
W większości przypadków odpowiada wstępnie zdefiniowanemu indeksowi miejsca połączenia ze standardu ECMA-376. Więcej informacji o tych stronach połączenia znajdziesz w opisie atrybutu „cnx” w sekcji 20.1.9.9 i w załączniku H. „Predefined DrawingML Shape and Text Geometry” w „Office Open XML File Formats-Fundamentals and Markup Language Reference”, część 1, ECMA-376, 5 edycja.
Powrót
Integer – indeks witryny połączenia.
Autoryzacja
Skrypty, które korzystają z tej metody, wymagają autoryzacji z co najmniej jednym z tych zakresów:
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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"]]