FontUnderlineType

Inheritance: java.lang.Object

public final class FontUnderlineType

Enumerates the font underline types.

Fields

FieldDescription
ACCOUNTINGRepresents single accounting underline.
DASHRepresents Dashed Underline
DASHED_HEAVYRepresents Thick Dashed Underline
DASH_DOT_DOT_HEAVYRepresents Thick Dash-Dot-Dot Underline
DASH_DOT_HEAVYRepresents Thick Dash-Dot Underline
DASH_LONGRepresents Long Dashed Underline
DASH_LONG_HEAVYRepresents Thick Long Dashed Underline
DOTTEDRepresents Dotted Underline
DOTTED_HEAVYRepresents Thick Dotted Underline
DOT_DASHRepresents Dash-Dot Underline
DOT_DOT_DASHRepresents Dash-Dot-Dot Underline
DOUBLERepresents double underline.
DOUBLE_ACCOUNTINGRepresents double accounting underline.
HEAVYRepresents Thick Underline
NONERepresents no underline.
SINGLERepresents single underline.
WAVERepresents Wave Underline
WAVY_DOUBLERepresents Double Wave Underline
WAVY_HEAVYRepresents Heavy Wave Underline
WORDSRepresents Underline Non-Space Characters Only

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ACCOUNTING

public static final int ACCOUNTING

Represents single accounting underline.

DASH

public static final int DASH

Represents Dashed Underline

DASHED_HEAVY

public static final int DASHED_HEAVY

Represents Thick Dashed Underline

DASH_DOT_DOT_HEAVY

public static final int DASH_DOT_DOT_HEAVY

Represents Thick Dash-Dot-Dot Underline

DASH_DOT_HEAVY

public static final int DASH_DOT_HEAVY

Represents Thick Dash-Dot Underline

DASH_LONG

public static final int DASH_LONG

Represents Long Dashed Underline

DASH_LONG_HEAVY

public static final int DASH_LONG_HEAVY

Represents Thick Long Dashed Underline

DOTTED

public static final int DOTTED

Represents Dotted Underline

DOTTED_HEAVY

public static final int DOTTED_HEAVY

Represents Thick Dotted Underline

DOT_DASH

public static final int DOT_DASH

Represents Dash-Dot Underline

DOT_DOT_DASH

public static final int DOT_DOT_DASH

Represents Dash-Dot-Dot Underline

DOUBLE

public static final int DOUBLE

Represents double underline.

DOUBLE_ACCOUNTING

public static final int DOUBLE_ACCOUNTING

Represents double accounting underline.

HEAVY

public static final int HEAVY

Represents Thick Underline

NONE

public static final int NONE

Represents no underline.

SINGLE

public static final int SINGLE

Represents single underline.

WAVE

public static final int WAVE

Represents Wave Underline

WAVY_DOUBLE

public static final int WAVY_DOUBLE

Represents Double Wave Underline

WAVY_HEAVY

public static final int WAVY_HEAVY

Represents Heavy Wave Underline

WORDS

public static final int WORDS

Represents Underline Non-Space Characters Only

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int