[[["易于理解","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"]],["最后更新时间 (UTC):2025-07-26。"],[[["\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. |"]]