PdfLineEndingStyle

public enum PdfLineEndingStyle

Specifies the style of line endings for line annotations.

Entries

Link copied to clipboard

No line ending.

Link copied to clipboard

A square filled with the annotation's interior color.

Link copied to clipboard

A circle filled with the annotation's interior color.

Link copied to clipboard

A diamond shape filled with the annotation's interior color.

Link copied to clipboard

Two short lines meeting in an acute angle to form an open arrowhead.

Link copied to clipboard

A triangular closed arrowhead filled with the annotation's interior color.

Link copied to clipboard

A short line at the endpoint perpendicular to the line itself.

Link copied to clipboard

Two short lines in the reverse direction from OpenArrow.

Link copied to clipboard

A triangular closed arrowhead in the reverse direction from ClosedArrow.

Link copied to clipboard

A short line at the endpoint approximately 30 degrees clockwise from perpendicular.

Functions

Link copied to clipboard
public static PdfLineEndingStyle valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<PdfLineEndingStyle> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.