Word.LineDashStyle enum
線の実線/点線のスタイルを指定します。
注釈
使用元
フィールド
| dash = "Dash" | 破線のスタイルを表します。 |
| dashDot = "DashDot" | 破線のスタイルを表します。 |
| dashDotDot = "DashDotDot" | 破線/点/点線のスタイルを表します。 |
| longDash = "LongDash" | 長い破線のスタイルを表します。 |
| longDashDot = "LongDashDot" | 長い破線スタイルを表します。 |
| longDashDotDot = "LongDashDotDot" | 長い破線/点-点線のスタイルを表します。 |
| mixed = "Mixed" | 混合ダッシュ スタイルを表します。 |
| roundDot = "RoundDot" | 丸い点線のスタイルを表します。 |
| solid = "Solid" | 単色の線のスタイルを表します。 |
| squareDot = "SquareDot" | 四角形の点線スタイルを表します。 |
| sysDash = "SysDash" | システムの破線スタイルを表します。 |
| sysDashDot = "SysDashDot" | システムの破線スタイルを表します。 |
| sysDot = "SysDot" | システムの点線スタイルを表します。 |