Enum 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 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-02 (世界標準時間)。
[null,null,["上次更新時間:2024-12-02 (世界標準時間)。"],[[["`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."]]],[]]