LineDashStyle

Overview

LineDashStyle is a enum in Aspose.Slides FOSS for Python.

Represents the line dash style.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default dash style
SOLIDRepresents a solid line with no dashes
DOTRepresents a line composed of dots
DASHRepresents a line with regular dash segments
LARGE_DASH
DASH_DOTRepresents a line pattern of dash followed by dot
LARGE_DASH_DOTRepresents a line with large dash and dot pattern
LARGE_DASH_DOT_DOTRepresents a line with large dash and two dots pattern
SYSTEM_DASHRepresents the system default dash pattern
SYSTEM_DOTRepresents the system default dot pattern
SYSTEM_DASH_DOT
SYSTEM_DASH_DOT_DOT
CUSTOMRepresents a user‑defined custom dash pattern

See Also