LineDashStyle
General
LineDashStyle és un enum a Aspose.Slides per Python.
Representa l’estil de la línia.
Valors
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or default dash style |
SOLID | Represents a solid (continuous) line dash style |
DOT | Represents a dotted line dash style |
DASH | Represents a dashed line dash style |
LARGE_DASH | Represents a dash style with longer dash segments |
DASH_DOT | |
LARGE_DASH_DOT | Represents a large dash followed by a dot pattern |
LARGE_DASH_DOT_DOT | Represents a large dash followed by two dots pattern |
SYSTEM_DASH | Represents the system-defined dash style |
SYSTEM_DOT | Represents the system-defined dot style |
SYSTEM_DASH_DOT | |
SYSTEM_DASH_DOT_DOT | |
CUSTOM | Represents a user‑defined custom dash pattern |