Enum DashStyle
DashStyle
線形ジオメトリをレンダリングできるダッシュの種類。これらの値は、ECMA-376 4th Edition のパート 1「Office Open XML File Formats - Fundamentals and Markup Language Reference」のセクション 20.1.10.48 に記載されている「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」に対応します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[null,null,["最終更新日 2023-12-01 UTC。"],[[["`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."]]],[]]