public class FontUnderlineType
Field Summary | ||
---|---|---|
static final int | NONE | |
Represents no underline.
|
||
static final int | SINGLE | |
Represents single underline.
|
||
static final int | DOUBLE | |
Represents double underline.
|
||
static final int | ACCOUNTING | |
Represents single accounting underline.
|
||
static final int | DOUBLE_ACCOUNTING | |
Represents double accounting underline.
|
||
static final int | DASH | |
Represents Dashed Underline
|
||
static final int | DASH_DOT_DOT_HEAVY | |
Represents Thick Dash-Dot-Dot Underline
|
||
static final int | DASH_DOT_HEAVY | |
Represents Thick Dash-Dot Underline
|
||
static final int | DASHED_HEAVY | |
Represents Thick Dashed Underline
|
||
static final int | DASH_LONG | |
Represents Long Dashed Underline
|
||
static final int | DASH_LONG_HEAVY | |
Represents Thick Long Dashed Underline
|
||
static final int | DOT_DASH | |
Represents Dash-Dot Underline
|
||
static final int | DOT_DOT_DASH | |
Represents Dash-Dot-Dot Underline
|
||
static final int | DOTTED | |
Represents Dotted Underline
|
||
static final int | DOTTED_HEAVY | |
Represents Thick Dotted Underline
|
||
static final int | HEAVY | |
Represents Thick Underline
|
||
static final int | WAVE | |
Represents Wave Underline
|
||
static final int | WAVY_DOUBLE | |
Represents Double Wave Underline
|
||
static final int | WAVY_HEAVY | |
Represents Heavy Wave Underline
|
||
static final int | WORDS | |
Represents Underline Non-Space Characters Only
|
public static final int NONE
public static final int SINGLE
public static final int DOUBLE
public static final int ACCOUNTING
public static final int DOUBLE_ACCOUNTING
public static final int DASH
public static final int DASH_DOT_DOT_HEAVY
public static final int DASH_DOT_HEAVY
public static final int DASHED_HEAVY
public static final int DASH_LONG
public static final int DASH_LONG_HEAVY
public static final int DOT_DASH
public static final int DOT_DOT_DASH
public static final int DOTTED
public static final int DOTTED_HEAVY
public static final int HEAVY
public static final int WAVE
public static final int WAVY_DOUBLE
public static final int WAVY_HEAVY
public static final int WORDS