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

(Global Index)

Syntax

enum LineJoint;

Description

The LineJoint defines rendering of joints between thick lines

Values Summary

NONE the joint between lines will not be connected

MIDDLE the middle value between the joints is used

BEVEL the edges of the thick lines will be joined by lines

MITER the lines join at intersections

ROUND the lines join with an arc

Values Details



NONE

Syntax

NONE,

Description

the joint between lines will not be connected


MIDDLE

Syntax

MIDDLE,

Description

the middle value between the joints is used


BEVEL

Syntax

BEVEL,

Description

the edges of the thick lines will be joined by lines


MITER

Syntax

MITER,

Description

the lines join at intersections


ROUND

Syntax

ROUND,

Description

the lines join with an arc

Top of Page