LineEnding
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class LineEnding extends System.Enum
Enumerates the line ending styles to be used in drawing the line.
Fields
Field | Description |
---|---|
None | No line ending. |
Square | A square filled with the annotation’s interior color, if any. |
Circle | A circle filled with the annotation’s interior color, if any. |
Diamond | A diamond shape filled with the annotation’s interior color, if any. |
OpenArrow | Two short lines meeting in an acute angle to form an open arrowhead. |
ClosedArrow | Two short lines meeting in an acute angle as in the OpenArrow style and connected by a third line to form a triangular closed arrowhead filled with the annotation’s interior color, if any. |
Butt | A short line at the endpoint perpendicular to the line itself. |
ROpenArrow | Two short lines in the reverse direction from OpenArrow. |
RClosedArrow | A triangular closed arrowhead in the reverse direction from ClosedArrow. |
Slash | A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself. |
None
public static final int None
No line ending.
Square
public static final int Square
A square filled with the annotation’s interior color, if any.
Circle
public static final int Circle
A circle filled with the annotation’s interior color, if any.
Diamond
public static final int Diamond
A diamond shape filled with the annotation’s interior color, if any.
OpenArrow
public static final int OpenArrow
Two short lines meeting in an acute angle to form an open arrowhead.
ClosedArrow
public static final int ClosedArrow
Two short lines meeting in an acute angle as in the OpenArrow style and connected by a third line to form a triangular closed arrowhead filled with the annotation’s interior color, if any.
Butt
public static final int Butt
A short line at the endpoint perpendicular to the line itself.
ROpenArrow
public static final int ROpenArrow
Two short lines in the reverse direction from OpenArrow.
RClosedArrow
public static final int RClosedArrow
A triangular closed arrowhead in the reverse direction from ClosedArrow.
Slash
public static final int Slash
A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself.