Word.LineDashStyle enum
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies the dash style for a line.
Remarks
[ API set: WordApi BETA (PREVIEW ONLY) ]
Fields
dash = "Dash" | Represents a dashed line style. |
dashDot = "DashDot" | Represents a dash-dot line style. |
dashDotDot = "DashDotDot" | Represents a dash-dot-dot line style. |
longDash = "LongDash" | Represents a long dash line style. |
longDashDot = "LongDashDot" | Represents a long dash-dot line style. |
longDashDotDot = "LongDashDotDot" | Represents a long dash-dot-dot line style. |
mixed = "Mixed" | Represents a mixed dash style. |
roundDot = "RoundDot" | Represents a round dot line style. |
solid = "Solid" | Represents a solid line style. |
squareDot = "SquareDot" | Represents a square dot line style. |
sysDash = "SysDash" | Represents a system dash line style. |
sysDashDot = "SysDashDot" | Represents a system dash-dot line style. |
sysDot = "SysDot" | Represents a system dot line style. |