MsoLineDashStyle
MsoLineDashStyle enumeration
Utility class containing constants. Represents style of dash drawing lines.
Values
| Name | Description |
|---|---|
| DASH | Represent a dash line. |
| DASH_DOT | Represents a dash-dot line. |
| DASH_DOT_DOT | Represents a dash-dot-dot line. |
| DASH_LONG_DASH | Represents a long dash-short dash line. |
| DASH_LONG_DASH_DOT | Represents a long dash-short dash-dot line. |
| ROUND_DOT | Represents a round-dot line. |
| SOLID | Represent a solid line. |
| SQUARE_DOT | Represents a square-dot line. |
| CUSTOM | Custom dash style. |