Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.35 KB

File metadata and controls

19 lines (15 loc) · 1.35 KB

AsposePdfCloud::LineEnding

Enumerates the line ending styles to be used in drawing the line.

Enum

Name Type Value Description
NONE String 'None' No line ending.
SQUARE String 'Square' A square filled with the annotation’s interior color, if any.
CIRCLE String 'Circle' A circle filled with the annotation’s interior color, if any.
DIAMOND String 'Diamond' A diamond shape filled with the annotation’s interior color, if any.
OPEN_ARROW String 'OpenArrow' Two short lines meeting in an acute angle to form an open arrowhead.
CLOSED_ARROW String '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 String 'Butt' A short line at the endpoint perpendicular to the line itself.
R_OPEN_ARROW String 'ROpenArrow' Two short lines in the reverse direction from OpenArrow.
R_CLOSED_ARROW String 'RClosedArrow' A triangular closed arrowhead in the reverse direction from ClosedArrow.
SLASH String 'Slash' A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself.