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

(Global Index)

Syntax

enum HatchStyle;

Description

The HatchStyle defines the style of the lines in a hatch.

Values Summary

SINGLE the hatch consists of a single horizontal line

DOUBLE the hatch has a horizontal and a vertical line

TRIPLE the hatch has a horizontal, a vertical and a diagonal line

Values Details



SINGLE

Syntax

SINGLE,

Description

the hatch consists of a single horizontal line


DOUBLE

Syntax

DOUBLE,

Description

the hatch has a horizontal and a vertical line


TRIPLE

Syntax

TRIPLE,

Description

the hatch has a horizontal, a vertical and a diagonal line

Top of Page