enum LineEndType in module com::sun::star::drawing::

(Global Index)

[ DEPRECATED ]

Syntax

enum LineEndType;

Description

The LineEndType specifies the appearance of the bullet at the end of a line.

Values Summary

NONE the line has no special end.

ARROW the line uses an arrow for the line end.

CIRCLE the line uses a circle for the line end.

SQUARE the line uses a square for the line end.

SPECIAL deprecated

Values Details



NONE

Syntax

NONE,

Description

the line has no special end.


ARROW

Syntax

ARROW,

Description

the line uses an arrow for the line end.


CIRCLE

Syntax

CIRCLE,

Description

the line uses a circle for the line end.


SQUARE

Syntax

SQUARE,

Description

the line uses a square for the line end.


SPECIAL

Syntax

SPECIAL,

Description

deprecated

Top of Page