constants group FontRelief in module com::sun::star::awt::

(Global Index)

Syntax

constants group FontRelief;

Description

These values are used to specify the kind of relief.

They may be expanded in future versions.

Constants Summary

NONE specifies no relief.

EMBOSSED specifies no embossed.

ENGRAVED specifies no engraved.

Field Details



NONE

Syntax

const short  NONE = 0;

Description

specifies no relief.


EMBOSSED

Syntax

const short  EMBOSSED = 1;

Description

specifies no embossed.


ENGRAVED

Syntax

const short  ENGRAVED = 2;

Description

specifies no engraved.

Top of Page