Syntax
constants group FontUnderline;
Description
These values are used to specify the kind of underlining.
They may be expanded in future versions.
Field Details
|
|
Syntax
const short NONE = 0;
Description
specifies no underlining.
Syntax
const short SINGLE = 1;
Syntax
const short DOUBLE = 2;
Syntax
const short DOTTED = 3;
Syntax
const short DONTKNOW = 4;
Description
The kind of underlining ist not know.
Syntax
const short DASH = 5;
Syntax
const short LONGDASH = 6;
Syntax
const short DASHDOT = 7;
Syntax
const short DASHDOTDOT = 8;
Syntax
const short SMALLWAVE = 9;
Syntax
const short WAVE = 10;
Syntax
const short DOUBLEWAVE = 11;
Syntax
const short BOLD = 12;
Syntax
const short BOLDDOTTED = 13;
Syntax
const short BOLDDASH = 14;
Syntax
const short BOLDLONGDASH = 15;
Syntax
const short BOLDDASHDOT = 16;
Syntax
const short BOLDDASHDOTDOT = 17;
Syntax
const short BOLDWAVE = 18;
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.