LineDashStyle
Overview
LineDashStyle is a enum in Aspose.Slides FOSS for Python.
Represents the line dash style.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or default dash style |
SOLID | Represents a solid line with no dashes |
DOT | Represents a line composed of dots |
DASH | Represents a line with regular dash segments |
LARGE_DASH | |
DASH_DOT | Represents a line pattern of dash followed by dot |
LARGE_DASH_DOT | Represents a line with large dash and dot pattern |
LARGE_DASH_DOT_DOT | Represents a line with large dash and two dots pattern |
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 custom dash pattern |