Constants |
NONE |
specifies no underlining.
|
SINGLE |
specifies underlining with a single line.
|
DOUBLE |
specifies underlining with a double line.
|
DOTTED |
specifies underlining with a dotted line.
|
DONTKNOW |
The kind of underlining is not known.
|
DASH |
specifies underlining with a dashed line.
|
LONGDASH |
specifies underlining with long dashes.
|
DASHDOT |
specifies underlining with a dash and dot sequence.
|
DASHDOTDOT |
specifies underlining with a dash, dot, dot sequence.
|
SMALLWAVE |
specifies underlining with a small wave.
|
WAVE |
specifies underlining with a wave.
|
DOUBLEWAVE |
specifies underlining with a double wave.
|
BOLD |
specifies underlining with a bold line.
|
BOLDDOTTED |
specifies underlining with bold dots.
|
BOLDDASH |
specifies underlining with bold dashes.
|
BOLDLONGDASH |
specifies underlining with long bold dashes.
|
BOLDDASHDOT |
specifies underlining with a dash and dot sequence in bold.
|
BOLDDASHDOTDOT |
specifies underlining with a dash, dot, dot sequence in bold.
|
BOLDWAVE |
specifies underlining with a bold wave.
|
Constants' Details |
NONE
const short NONE = 0;
- Description
- specifies no underlining.
|
|
SINGLE
const short SINGLE = 1;
- Description
- specifies underlining with a single line.
|
|
DOUBLE
const short DOUBLE = 2;
- Description
- specifies underlining with a double line.
|
|
DOTTED
const short DOTTED = 3;
- Description
- specifies underlining with a dotted line.
|
|
DONTKNOW
const short DONTKNOW = 4;
- Description
- The kind of underlining is not known.
|
|
DASH
const short DASH = 5;
- Description
- specifies underlining with a dashed line.
|
|
LONGDASH
const short LONGDASH = 6;
- Description
- specifies underlining with long dashes.
|
|
DASHDOT
const short DASHDOT = 7;
- Description
- specifies underlining with a dash and dot sequence.
|
|
DASHDOTDOT
const short DASHDOTDOT = 8;
- Description
- specifies underlining with a dash, dot, dot sequence.
|
|
SMALLWAVE
const short SMALLWAVE = 9;
- Description
- specifies underlining with a small wave.
|
|
WAVE
const short WAVE = 10;
- Description
- specifies underlining with a wave.
|
|
DOUBLEWAVE
const short DOUBLEWAVE = 11;
- Description
- specifies underlining with a double wave.
|
|
BOLD
const short BOLD = 12;
- Description
- specifies underlining with a bold line.
|
|
BOLDDOTTED
const short BOLDDOTTED = 13;
- Description
- specifies underlining with bold dots.
|
|
BOLDDASH
const short BOLDDASH = 14;
- Description
- specifies underlining with bold dashes.
|
|
BOLDLONGDASH
const short BOLDLONGDASH = 15;
- Description
- specifies underlining with long bold dashes.
|
|
BOLDDASHDOT
const short BOLDDASHDOT = 16;
- Description
- specifies underlining with a dash and dot sequence in bold.
|
|
BOLDDASHDOTDOT
const short BOLDDASHDOTDOT = 17;
- Description
- specifies underlining with a dash, dot, dot sequence in bold.
|
|
BOLDWAVE
const short BOLDWAVE = 18;
- Description
- specifies underlining with a bold wave.
|
|
Copyright © 2003 Sun Microsystems, Inc.