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

FieldDescription
NoneNo line ending.
SquareA square filled with the annotation’s interior color, if any.
CircleA circle filled with the annotation’s interior color, if any.
DiamondA diamond shape filled with the annotation’s interior color, if any.
OpenArrowTwo short lines meeting in an acute angle to form an open arrowhead.
ClosedArrowTwo 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.
ButtA short line at the endpoint perpendicular to the line itself.
ROpenArrowTwo short lines in the reverse direction from OpenArrow.
RClosedArrowA triangular closed arrowhead in the reverse direction from ClosedArrow.
SlashA 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.