java.lang.Object
com.aspose.cells.FontUnderlineType
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 | ||
| Field Detail |
|---|
NONE | |
public static final int NONE | |
SINGLE | |
public static final int SINGLE | |
DOUBLE | |
public static final int DOUBLE | |
ACCOUNTING | |
public static final int ACCOUNTING | |
DOUBLE_ACCOUNTING | |
public static final int DOUBLE_ACCOUNTING | |
DASH | |
public static final int DASH | |
DASH_DOT_DOT_HEAVY | |
public static final int DASH_DOT_DOT_HEAVY | |
DASH_DOT_HEAVY | |
public static final int DASH_DOT_HEAVY | |
DASHED_HEAVY | |
public static final int DASHED_HEAVY | |
DASH_LONG | |
public static final int DASH_LONG | |
DASH_LONG_HEAVY | |
public static final int DASH_LONG_HEAVY | |
DOT_DASH | |
public static final int DOT_DASH | |
DOT_DOT_DASH | |
public static final int DOT_DOT_DASH | |
DOTTED | |
public static final int DOTTED | |
DOTTED_HEAVY | |
public static final int DOTTED_HEAVY | |
HEAVY | |
public static final int HEAVY | |
WAVE | |
public static final int WAVE | |
WAVY_DOUBLE | |
public static final int WAVY_DOUBLE | |
WAVY_HEAVY | |
public static final int WAVY_HEAVY | |
WORDS | |
public static final int WORDS | |