LineArrowheadStyle
Overview
LineArrowheadStyle is a enum in Aspose.Slides FOSS for Java.
Represents the style of an arrowhead.
This enum provides 1 method for working with LineArrowheadStyle objects in Java programs.
Available methods include: getValue.
All public 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 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. |