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

(Global Index)

Syntax

enum DashStyle;

Description

This enumeration defines the style of a dash on a line.

Values Summary

RECT the dash is a rectangle

ROUND the dash is a point

RECTRELATIVE the dash is a rectangle, with the size of the dash given in relation to the length of the line

ROUNDRELATIVE the dash is a point, with the size of the dash given in relation to the length of the line

Values Details



RECT

Syntax

RECT,

Description

the dash is a rectangle


ROUND

Syntax

ROUND,

Description

the dash is a point


RECTRELATIVE

Syntax

RECTRELATIVE,

Description

the dash is a rectangle, with the size of the dash given in relation to the length of the line


ROUNDRELATIVE

Syntax

ROUNDRELATIVE,

Description

the dash is a point, with the size of the dash given in relation to the length of the line

Top of Page