MsoLineDashStyle

MsoLineDashStyle

Overview

MsoLineDashStyle is a enum in Aspose.Cells FOSS for Python.

Shape border/line dash style (ECMA-376 a:prstDash val attribute).

This enumeration defines 7 values: SOLID, DASH, DOT, DASH_DOT, DASH_DOT_DOT, LONG_DASH, LONG_DASH_DOT.

Values

ValueDescription
SOLIDRepresents a solid line dash style
DASH
DOTRepresents a dotted line dash style
DASH_DOT
DASH_DOT_DOT
LONG_DASHRepresents a long dash line dash style
LONG_DASH_DOT

See Also