FontUnderlineType
Inheritance: java.lang.Object
public final class FontUnderlineType
Enumerates the font underline types.
Fields
Field | Description |
---|---|
ACCOUNTING | Represents single accounting underline. |
DASH | Represents Dashed Underline |
DASHED_HEAVY | Represents Thick Dashed Underline |
DASH_DOT_DOT_HEAVY | Represents Thick Dash-Dot-Dot Underline |
DASH_DOT_HEAVY | Represents Thick Dash-Dot Underline |
DASH_LONG | Represents Long Dashed Underline |
DASH_LONG_HEAVY | Represents Thick Long Dashed Underline |
DOTTED | Represents Dotted Underline |
DOTTED_HEAVY | Represents Thick Dotted Underline |
DOT_DASH | Represents Dash-Dot Underline |
DOT_DOT_DASH | Represents Dash-Dot-Dot Underline |
DOUBLE | Represents double underline. |
DOUBLE_ACCOUNTING | Represents double accounting underline. |
HEAVY | Represents Thick Underline |
NONE | Represents no underline. |
SINGLE | Represents single underline. |
WAVE | Represents Wave Underline |
WAVY_DOUBLE | Represents Double Wave Underline |
WAVY_HEAVY | Represents Heavy Wave Underline |
WORDS | Represents Underline Non-Space Characters Only |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |