Gibt die PageElement zurück, unter der sich die Verbindungswebsite befindet.
Detaillierte Dokumentation
getIndex()
Gibt den Index der Verbindungsstelle zurück. Der Index ist für alle Verbindungsstellen im selben Seitenelement eindeutig.
In den meisten Fällen entspricht er dem vordefinierten Verbindungsstandortindex aus dem ECMA-376-Standard. Weitere Informationen zu diesen Verbindungsstellen finden Sie in der Beschreibung des Attributs „cnx“ in Abschnitt 20.1.9.9 und Anhang H. „Predefined DrawingML Shape and Text Geometries“ (Vordefinierte DrawingML-Form- und Textgeometrien) in „Office Open XML File Formats – Fundamentals and Markup Language Reference“ (Grundlagen und Markup-Sprachreferenz für Office Open XML-Dateiformate), Teil 1 der 5. ECMA-376-Version.
Rückflug
Integer: Index der Verbindungswebsite.
Autorisierung
Scripts, die diese Methode verwenden, erfordern eine Autorisierung für einen oder mehrere der folgenden Bereiche:
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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"]]