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

(Global Index)

Syntax

enum LineStyle;

Description

specifies the appearance of the lines of a shape.

Values Summary

NONE the line is hidden.

SOLID the line is solid.

DASH the line use dashes.

Values Details



NONE

Syntax

NONE,

Description

the line is hidden.


SOLID

Syntax

SOLID,

Description

the line is solid.


DASH

Syntax

DASH,

Description

the line use dashes.

Top of Page