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

enum FillStyle
Description
specifies how an area will be filled.

Values
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
NONE,
Description
the area is not filled.
SOLID
SOLID,
Description
use a solid color to fill the area.
GRADIENT
GRADIENT,
Description
use a gradient color to fill the area.
HATCH
HATCH,
Description
use a hatch to fill the area.
BITMAP
BITMAP,
Description
use a bitmap to fill the area.
Top of Page