Top   Module   Use   Manual   Index 

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

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