Class ConnectionSite
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เว็บไซต์การเชื่อมต่อ
เว็บไซต์การเชื่อมต่อใน PageElement
ที่เชื่อมต่อกับ connector
ได้
เอกสารโดยละเอียด
getIndex()
แสดงดัชนีของเว็บไซต์การเชื่อมต่อ ดัชนีจะไม่ซ้ำกันในเว็บไซต์การเชื่อมต่อทั้งหมดในองค์ประกอบหน้าเดียวกัน
โดยส่วนใหญ่จะสอดคล้องกับดัชนีเว็บไซต์การเชื่อมต่อที่กำหนดไว้ล่วงหน้าจากมาตรฐาน ECMA-376
ดูข้อมูลเพิ่มเติมเกี่ยวกับเว็บไซต์การเชื่อมต่อเหล่านั้นได้ในคำอธิบายของแอตทริบิวต์ "cnx" ในส่วน 20.1.9.9 และภาคผนวก H "Predefined DrawingML Shape and Text
Geometries" ของ "Office Open XML File Formats-Fundamentals and Markup Language Reference" ส่วน
ที่ 1 ของ
ECMA-376 ฉบับที่ 5
รีเทิร์น
Integer
— ดัชนีของเว็บไซต์การเชื่อมต่อ
การให้สิทธิ์
สคริปต์ที่ใช้วิธีนี้ต้องมีการให้สิทธิ์ที่มีขอบเขตต่อไปนี้อย่างน้อย 1 รายการ
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getPageElement()
แสดง PageElement
ที่เว็บไซต์การเชื่อมต่ออยู่
รีเทิร์น
PageElement
— องค์ประกอบหน้าเว็บของเว็บไซต์ที่เชื่อมต่อ
การให้สิทธิ์
สคริปต์ที่ใช้วิธีนี้ต้องมีการให้สิทธิ์ที่มีขอบเขตต่อไปนี้อย่างน้อย 1 รายการ
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-04 UTC
[null,null,["อัปเดตล่าสุด 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,["# Class ConnectionSite\n\nConnectionSite\n\nThe connection site on a `Page``Element` that can connect to a [connector](/apps-script/reference/slides/line#isConnector()). \n\n### Methods\n\n| Method | Return type | Brief description |\n|---------------------------------------|-----------------------------------------------------------|-------------------------------------------------------------|\n| [getIndex()](#getIndex()) | `Integer` | Returns the index of the connection site. |\n| [getPageElement()](#getPageElement()) | [PageElement](/apps-script/reference/slides/page-element) | Returns the `Page``Element` that the connection site is on. |\n\nDetailed documentation\n----------------------\n\n### `get``Index()`\n\nReturns the index of the connection site. The index is unique among all the connection sites on\nthe same page element.\n\nIn most cases, it corresponds to the predefined connection site index from the ECMA-376\nstandard. More information on those connection sites can be found in the description of the\n\"cnx\" attribute in section 20.1.9.9 and Annex H. \"Predefined DrawingML Shape and Text\nGeometries\" of \"Office Open XML File Formats-Fundamentals and Markup Language Reference\", part\n1 of [ECMA-376 5th edition](https://ecma-international.org/publications-and-standards/standards/ecma-376/).\n\n#### Return\n\n\n`Integer` --- The index of the connection site.\n\n#### Authorization\n\nScripts that use this method require authorization with one or more of the following [scopes](/apps-script/concepts/scopes#setting_explicit_scopes):\n\n- `https://www.googleapis.com/auth/presentations.currentonly`\n- `https://www.googleapis.com/auth/presentations`\n\n*** ** * ** ***\n\n### `get``Page``Element()`\n\nReturns the `Page``Element` that the connection site is on.\n\n#### Return\n\n\n[PageElement](/apps-script/reference/slides/page-element) --- The page element of the connection site.\n\n#### Authorization\n\nScripts that use this method require authorization with one or more of the following [scopes](/apps-script/concepts/scopes#setting_explicit_scopes):\n\n- `https://www.googleapis.com/auth/presentations.currentonly`\n- `https://www.googleapis.com/auth/presentations`"]]