Enum DashStyle
Dash樣式
可用於算繪線性幾何圖形的虛線類型。這些值是根據「Office Open XML 檔案格式 - 基礎知識和標記語言參考資料」(「Office Open XML File Formats - Fundamentals and Markup Language Reference」) 的 20.1.10.48 節,以及 ECMA-376 第 4 版的第 1 部分所述的「ST_PresetLineDashVal」簡易型別。
如要呼叫列舉,請呼叫其父項類別、名稱和屬性。例如
SlidesApp.DashStyle.DOT
。
屬性
屬性 | 類型 | 說明 |
UNSUPPORTED | Enum | 不支援的破折號樣式。 |
SOLID | Enum | 實線。對應至 ECMA-376 ST_PresetLineDashVal 值「solid」。這是預設的破折號樣式。 |
DOT | Enum | 虛線。對應至 ECMA-376 ST_PresetLineDashVal 值「dot」。 |
DASH | Enum | 虛線。對應至 ECMA-376 ST_PresetLineDashVal 值「dash」。 |
DASH_DOT | Enum | 交替虛線和圓點。對應至 ECMA-376 ST_PresetLineDashVal 值「dashDot」。 |
LONG_DASH | Enum | 線條上有大號破折號。對應至 ECMA-376 ST_PresetLineDashVal 值「lgDash」。 |
LONG_DASH_DOT | Enum | 交替顯示大型虛線和圓點。對應至 ECMA-376 ST_PresetLineDashVal 值「lgDashDot」。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-02 (世界標準時間)。
[null,null,["上次更新時間:2024-12-02 (世界標準時間)。"],[[["`DashStyle` defines the different types of dashes used for rendering lines in presentations, based on the ECMA-376 standard."],["You can access these dash styles using the format `SlidesApp.DashStyle.PROPERTY`, replacing `PROPERTY` with the desired style like `DOT` or `DASH`."],["Available dash styles include solid, dotted, dashed, dash-dot, long dash, and long dash-dot, along with a default `SOLID` and an `UNSUPPORTED` style."],["Each dash style corresponds to a specific ECMA-376 `ST_PresetLineDashVal` value for interoperability with other applications."]]],[]]