Overview
LineStyle is a enum in Aspose.Slides FOSS for Java.
Represents the style of a line.
Values
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined or default line style |
SINGLE | Represents a single line style |
THIN_THIN | Represents a double line with both lines thin |
THICK_THIN | Represents a double line with a thick outer line and thin inner line |
THIN_THICK | |
THICK_BETWEEN_THIN | Represents a triple line with thick outer lines and a thin middle line |
Properties
| Name | Type | Access | Description |
|---|
value | String | Read | Returns the string value of this constant. |
Methods
| Signature | Description |
|---|
getValue() → String | Returns the string value of this constant. |
See Also