সংযোগ সাইটটি যে Page Element চালু আছে তা ফেরত দেয়।
বিস্তারিত ডকুমেন্টেশন
get Index()
সংযোগ সাইটের সূচী প্রদান করে। একই পৃষ্ঠা উপাদানের সমস্ত সংযোগ সাইটের মধ্যে সূচকটি অনন্য।
বেশিরভাগ ক্ষেত্রে, এটি ECMA-376 মান থেকে পূর্বনির্ধারিত সংযোগ সাইট সূচকের সাথে মিলে যায়। এই সংযোগ সাইটগুলি সম্পর্কে আরও তথ্য 20.1.9.9 বিভাগ এবং Annex H. "অফিস ওপেন XML ফাইল ফরম্যাট-ফান্ডামেন্টালস এবং মার্কআপ ল্যাঙ্গুয়েজ রেফারেন্স" এর "প্রিডিফাইন্ড ড্রয়িংএমএল আকৃতি এবং পাঠ্য জ্যামিতি" এর "cnx" বৈশিষ্ট্যের বিবরণে পাওয়া যাবে। ECMA-376 5ম সংস্করণের পার্ট 1।
প্রত্যাবর্তন
Integer — সংযোগ সাইটের সূচক।
অনুমোদন
যে স্ক্রিপ্টগুলি এই পদ্ধতিটি ব্যবহার করে তাদের নিম্নলিখিত এক বা একাধিক সুযোগের সাথে অনুমোদনের প্রয়োজন হয়:
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["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"]]