Enum LinkType
LinkType
Link
的类型。
若要调用枚举,您可以调用其父类、名称和属性。例如
SlidesApp.LinkType.URL
。
属性
媒体资源 | 类型 | 说明 |
UNSUPPORTED | Enum | 链接类型不受支持。 |
URL | Enum | 指向外部网页的链接。 |
SLIDE_POSITION | Enum | 指向此演示文稿中特定幻灯片的链接,按其位置确定。 |
SLIDE_ID | Enum | 指向此演示文稿中特定幻灯片的链接,通过其 ID 进行定位。 |
SLIDE_INDEX | Enum | 指向此演示文稿中特定幻灯片的链接,其索引从零开始。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-01。
[null,null,["最后更新时间 (UTC):2023-12-01。"],[[["`LinkType` in Google Slides API refers to the type of link associated with an object, such as a shape or text box."],["The available link types include external web page links (`URL`), links to specific slides within the presentation by position (`SLIDE_POSITION`), ID (`SLIDE_ID`), or index (`SLIDE_INDEX`), along with an unsupported type (`UNSUPPORTED`)."],["You can use these link types with the `SlidesApp.LinkType` enum when scripting in Google Apps Script."]]],[]]