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

(Global Index)

Syntax

constants group FontRelief;

Description

Determins the relief type of a font.

Constants Summary

NONE no relief is used.

EMBOSSED the font relief is embossed.

ENGRAVED the font relief is engraved.

Field Details



NONE

Syntax

const short  NONE = 0;

Description

no relief is used.


EMBOSSED

Syntax

const short  EMBOSSED = 1;

Description

the font relief is embossed.


ENGRAVED

Syntax

const short  ENGRAVED = 2;

Description

the font relief is engraved.

Top of Page