Overview
LineDashStyle is a enum in Aspose.Slides FOSS for Java.
Represents the line dash style.
Values
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined dash style |
SOLID | Represents a solid line dash style |
DOT | Represents a dotted line dash style |
DASH | |
LARGE_DASH | Represents a large dash line style |
DASH_DOT | |
LARGE_DASH_DOT | |
LARGE_DASH_DOT_DOT | |
SYSTEM_DASH | Represents a system-defined dash line style |
SYSTEM_DOT | Represents a system-defined dot line style |
SYSTEM_DASH_DOT | |
SYSTEM_DASH_DOT_DOT | |
CUSTOM | Represents a custom-defined dash style |
Properties
| Name | Type | Access | Description |
|---|
value | String | Read | Returns the string value of this constant. |
Methods
| Signature | Description |
|---|
getValue() → String | Returns the string value of this constant. |
See Also