﻿# LineEnding
Enumerates the line ending styles to be used in drawing the line.

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

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/Aspose/PDF/Model/LineEnding.php)

