Enum SlideLinkingMode
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
โหมดการลิงก์สไลด์
โหมดของลิงก์ระหว่างสไลด์
หากต้องการเรียกใช้ enum ให้เรียกคลาสหลัก ชื่อ และพร็อพเพอร์ตี้ของ enum นั้น เช่น
SlidesApp.SlideLinkingMode.LINKED
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ | ประเภท | คำอธิบาย |
UNSUPPORTED | Enum | โหมดการลิงก์สไลด์ที่ไม่รองรับ |
LINKED | Enum | ระบุว่าสไลด์ลิงก์กัน |
NOT_LINKED | Enum | บ่งบอกว่าสไลด์ไม่ได้ลิงก์กัน |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eSlideLinkingMode determines how slides are connected within a presentation.\u003c/p\u003e\n"],["\u003cp\u003eIt has three properties: \u003ccode\u003eUNSUPPORTED\u003c/code\u003e, \u003ccode\u003eLINKED\u003c/code\u003e, and \u003ccode\u003eNOT_LINKED\u003c/code\u003e which indicate the linking status of the slides.\u003c/p\u003e\n"],["\u003cp\u003eTo utilize a specific mode, reference it using the format \u003ccode\u003eSlidesApp.SlideLinkingMode.[property]\u003c/code\u003e, like \u003ccode\u003eSlidesApp.SlideLinkingMode.LINKED\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enum SlideLinkingMode\n\nSlideLinkingMode\n\nThe mode of links between slides.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.SlideLinkingMode.LINKED`. \n\n### Properties\n\n| Property | Type | Description |\n|---------------|--------|--------------------------------------------|\n| `UNSUPPORTED` | `Enum` | A slide linking mode that isn't supported. |\n| `LINKED` | `Enum` | Indicates that slides are linked. |\n| `NOT_LINKED` | `Enum` | Indicates that slides aren't linked. |"]]