public final class LineEnding
extends com.aspose.ms.System.Enum
Enumerates the line ending styles to be used in drawing the line.
Modifier and Type | Field and Description |
---|---|
static int |
Butt
A short line at the endpoint perpendicular to the line itself.
|
static int |
Circle
A circle filled with the annotation's interior color, if any.
|
static 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.
|
static int |
Diamond
A diamond shape filled with the annotation's interior color, if any.
|
static int |
None
No line ending.
|
static int |
OpenArrow
Two short lines meeting in an acute angle to form an open arrowhead.
|
static int |
RClosedArrow
A triangular closed arrowhead in the reverse direction from ClosedArrow.
|
static int |
ROpenArrow
Two short lines in the reverse direction from OpenArrow.
|
static int |
Slash
A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the
line itself.
|
static int |
Square
A square filled with the annotation's interior color, if any.
|
public static final int None
No line ending.
public static final int Square
A square filled with the annotation's interior color, if any.
public static final int Circle
A circle filled with the annotation's interior color, if any.
public static final int Diamond
A diamond shape filled with the annotation's interior color, if any.
public static final int OpenArrow
Two short lines meeting in an acute angle to form an open arrowhead.
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.
public static final int Butt
A short line at the endpoint perpendicular to the line itself.
public static final int ROpenArrow
Two short lines in the reverse direction from OpenArrow.
public static final int RClosedArrow
A triangular closed arrowhead in the reverse direction from ClosedArrow.
public static final int Slash
A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself.