LineStyle
Overview
LineStyle is a enum in Aspose.Slides FOSS for Java.
Represents the style of a line.
This enum provides 1 method for working with LineStyle objects in Java programs.
Available methods include: getValue.
All exported members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: value.
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. |