General
LineDashStyle és un enum a Aspose.Slides FOSS per Java.
Representa l’estil de la línia.
Valors
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined dash style |
SOLID | Represents a solid, uninterrupted line |
DOT | Represents a line composed of evenly spaced dots |
DASH | Represents a line with regular dash segments |
LARGE_DASH | |
DASH_DOT | Represents a line alternating dash and dot patterns |
LARGE_DASH_DOT | Represents a line with large dash followed by a dot |
LARGE_DASH_DOT_DOT | Represents a line with large dash and two dots |
SYSTEM_DASH | Represents the system default dash pattern |
SYSTEM_DOT | Represents the system default dot pattern |
SYSTEM_DASH_DOT | |
SYSTEM_DASH_DOT_DOT | |
CUSTOM | Represents a user‑defined dash pattern |
Propietats
| Name | Type | Access | Description |
|---|
value | String | Read | Holds the string representation of the dash style |
Mètodes
| Signature | Description |
|---|
getValue() → String | Returns the string value of this constant. |