Top   Module   Use   Manual   Index 

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

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