LineDashStyle

Overview

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

Represents the line dash style.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined dash style
SOLIDRepresents a solid line dash style
DOTRepresents a dotted line dash style
DASH
LARGE_DASHRepresents a large dash line style
DASH_DOT
LARGE_DASH_DOT
LARGE_DASH_DOT_DOT
SYSTEM_DASHRepresents a system-defined dash line style
SYSTEM_DOTRepresents a system-defined dot line style
SYSTEM_DASH_DOT
SYSTEM_DASH_DOT_DOT
CUSTOMRepresents a custom-defined dash style

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

SignatureDescription
getValue()StringReturns the string value of this constant.

See Also