LineStyle

Overview

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

Represents the style of a line.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default line style
SINGLERepresents a single line style
THIN_THINRepresents a double line with both lines thin
THICK_THINRepresents a double line with a thick outer line and thin inner line
THIN_THICK
THICK_BETWEEN_THINRepresents a triple line with thick outer lines and a thin middle line

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

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

See Also