Top   Module   Use   Manual   Index 

com :: sun :: star :: drawing ::

enum FillStyle


Description
specifies how an area will be filled.


Values

NONE
Description
the area is not filled.
SOLID
Description
use a solid color to fill the area.
GRADIENT
Description
use a gradient color to fill the area.
HATCH
Description
use a hatch to fill the area.
BITMAP
Description
use a bitmap to fill the area.
Top of Page