Enum LinkType
LinkType
Link
的類型。
如要呼叫列舉,您可以呼叫其父項類別、名稱和屬性。例如
SlidesApp.LinkType.URL
。
屬性
屬性 | 類型 | 說明 |
UNSUPPORTED | Enum | 不支援的連結類型。 |
URL | Enum | 外部網頁的連結。 |
SLIDE_POSITION | Enum | 依位置顯示此簡報中特定投影片的連結。 |
SLIDE_ID | Enum | 提供這份簡報中特定投影片連結,並指定投影片 ID。 |
SLIDE_INDEX | Enum | 提供此簡報中特定投影片的連結,以從零開始計算的索引位置。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-01 (世界標準時間)。
[null,null,["上次更新時間: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."]]],[]]