Enum SlideLinkingMode
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
幻灯片关联模式
幻灯片之间链接的模式。
如需调用枚举,您可以调用其父类、名称和属性。例如
SlidesApp.SlideLinkingMode.LINKED
。
属性
属性 | 类型 | 说明 |
UNSUPPORTED | Enum | 不受支持的幻灯片关联模式。 |
LINKED | Enum | 表示幻灯片已关联。 |
NOT_LINKED | Enum | 表示幻灯片未关联。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (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. |"]]