# LineEndingStyle

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / LineEndingStyle

# Enumeration: LineEndingStyle

Specifies the possible line ending styles.

## Enumeration Members

### Butt

> **Butt**: `6`

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

***

### Circle

> **Circle**: `2`

A circle filled with the annotation's interior color, if any.

***

### ClosedArrow

> **ClosedArrow**: `5`

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

> **Diamond**: `3`

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

***

### None

> **None**: `0`

No line ending.

***

### OpenArrow

> **OpenArrow**: `4`

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

***

### RClosedArrow

> **RClosedArrow**: `8`

A triangular closed arrowhead in the reverse direction from ClosedArrow.

***

### ROpenArrow

> **ROpenArrow**: `7`

Two short lines in the reverse direction from OpenArrow.

***

### Slash

> **Slash**: `9`

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

***

### Square

> **Square**: `1`

A square filled with the annotation's interior color, if any.
