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

constants group FontUnderline
Description
These values are used to specify the kind of underlining.

They may be expanded in future versions.


Constants
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
Constants' Details
NONE
const short NONE = 0;
Description
specifies no underlining.
SINGLE
const short SINGLE = 1;
DOUBLE
const short DOUBLE = 2;
DOTTED
const short DOTTED = 3;
DONTKNOW
const short DONTKNOW = 4;
Description
The kind of underlining ist not know.
DASH
const short DASH = 5;
LONGDASH
const short LONGDASH = 6;
DASHDOT
const short DASHDOT = 7;
DASHDOTDOT
const short DASHDOTDOT = 8;
SMALLWAVE
const short SMALLWAVE = 9;
WAVE
const short WAVE = 10;
DOUBLEWAVE
const short DOUBLEWAVE = 11;
BOLD
const short BOLD = 12;
BOLDDOTTED
const short BOLDDOTTED = 13;
BOLDDASH
const short BOLDDASH = 14;
BOLDLONGDASH
const short BOLDLONGDASH = 15;
BOLDDASHDOT
const short BOLDDASHDOT = 16;
BOLDDASHDOTDOT
const short BOLDDASHDOTDOT = 17;
BOLDWAVE
const short BOLDWAVE = 18;
Top of Page