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

(Global Index)

Syntax

enum FillStyle;

Description

specifies how an area will be filled.

Values Summary

NONE the area is not filled.

SOLID use a solid color to fill the area.

GRADIENT use a gradient color to fill the area.

HATCH use a hatch to fill the area.

BITMAP use a bitmap to fill the area.

Values Details



NONE

Syntax

NONE,

Description

the area is not filled.


SOLID

Syntax

SOLID,

Description

use a solid color to fill the area.


GRADIENT

Syntax

GRADIENT,

Description

use a gradient color to fill the area.


HATCH

Syntax

HATCH,

Description

use a hatch to fill the area.


BITMAP

Syntax

BITMAP,

Description

use a bitmap to fill the area.

Top of Page