Overview
LineArrowheadStyle is a enum in Aspose.Slides FOSS for Java.
Represents the style of an arrowhead.
Values
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined or unspecified arrowhead style |
NONE | Represents the absence of an arrowhead on a line |
TRIANGLE | Represents a triangular arrowhead shape |
STEALTH | Represents a stealth (filled) arrowhead shape |
DIAMOND | Represents a diamond-shaped arrowhead |
OVAL | Represents an oval-shaped arrowhead |
OPEN | Represents an open (unfilled) arrowhead style |
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