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

(Global Index)

Syntax

constants group FontUnderline;

Description

These values are used to specify the kind of underlining.

They may be expanded in future versions.

Constants Summary

NONE specifies no underlining.

SINGLE

DOUBLE

DOTTED

DONTKNOW The kind of underlining ist not know.

DASH

LONGDASH

DASHDOT

DASHDOTDOT

SMALLWAVE

WAVE

DOUBLEWAVE

BOLD

BOLDDOTTED

BOLDDASH

BOLDLONGDASH

BOLDDASHDOT

BOLDDASHDOTDOT

BOLDWAVE

Field Details



NONE

Syntax

const short  NONE = 0;

Description

specifies no underlining.


SINGLE

Syntax

const short  SINGLE = 1;

DOUBLE

Syntax

const short  DOUBLE = 2;

DOTTED

Syntax

const short  DOTTED = 3;

DONTKNOW

Syntax

const short  DONTKNOW = 4;

Description

The kind of underlining ist not know.


DASH

Syntax

const short  DASH = 5;

LONGDASH

Syntax

const short  LONGDASH = 6;

DASHDOT

Syntax

const short  DASHDOT = 7;

DASHDOTDOT

Syntax

const short  DASHDOTDOT = 8;

SMALLWAVE

Syntax

const short  SMALLWAVE = 9;

WAVE

Syntax

const short  WAVE = 10;

DOUBLEWAVE

Syntax

const short  DOUBLEWAVE = 11;

BOLD

Syntax

const short  BOLD = 12;

BOLDDOTTED

Syntax

const short  BOLDDOTTED = 13;

BOLDDASH

Syntax

const short  BOLDDASH = 14;

BOLDLONGDASH

Syntax

const short  BOLDLONGDASH = 15;

BOLDDASHDOT

Syntax

const short  BOLDDASHDOT = 16;

BOLDDASHDOTDOT

Syntax

const short  BOLDDASHDOTDOT = 17;

BOLDWAVE

Syntax

const short  BOLDWAVE = 18;
Top of Page