:: com :: sun :: star :: awt ::

constants group FontRelief
Description
These values are used to specify the kind of relief.

They may be expanded in future versions.


Constants
NONE specifies no relief.  
EMBOSSED specifies no embossed.  
ENGRAVED specifies no engraved.  
Constants' Details
NONE
const short NONE = 0;
Description
specifies no relief.
EMBOSSED
const short EMBOSSED = 1;
Description
specifies no embossed.
ENGRAVED
const short ENGRAVED = 2;
Description
specifies no engraved.
Top of Page