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. |
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
Remarks
Only can be applied to chart and shape.
DASHED_HEAVY
public static final int DASHED_HEAVY
Represents Thick Dashed Underline
Remarks
Only can be applied to chart and shape.
DASH_DOT_DOT_HEAVY
public static final int DASH_DOT_DOT_HEAVY
Represents Thick Dash-Dot-Dot Underline
Remarks
Only can be applied to chart and shape.
DASH_DOT_HEAVY
public static final int DASH_DOT_HEAVY
Represents Thick Dash-Dot Underline
Remarks
Only can be applied to chart and shape.
DASH_LONG
public static final int DASH_LONG
Represents Long Dashed Underline
Remarks
Only can be applied to chart and shape.
DASH_LONG_HEAVY
public static final int DASH_LONG_HEAVY
Represents Thick Long Dashed Underline
Remarks
Only can be applied to chart and shape.
DOTTED
public static final int DOTTED
Represents Dotted Underline
Remarks
Only can be applied to chart and shape.
DOTTED_HEAVY
public static final int DOTTED_HEAVY
Represents Thick Dotted Underline
Remarks
Only can be applied to chart and shape.
DOT_DASH
public static final int DOT_DASH
Represents Dash-Dot Underline
Remarks
Only can be applied to chart and shape.
DOT_DOT_DASH
public static final int DOT_DOT_DASH
Represents Dash-Dot-Dot Underline
Remarks
Only can be applied to chart and shape.
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
Remarks
Only can be applied to chart and shape.
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
Remarks
Only can be applied to chart and shape.
WAVY_DOUBLE
public static final int WAVY_DOUBLE
Represents Double Wave Underline
Remarks
Only can be applied to chart and shape.
WAVY_HEAVY
public static final int WAVY_HEAVY
Represents Heavy Wave Underline
Remarks
Only can be applied to chart and shape.
WORDS
public static final int WORDS
Represents Underline Non-Space Characters.
Remarks
Only can be applied to chart and shape.
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 |