TextUnderlineType Enum
Lists underline types that can be applied to text.
Declaration
public enum TextUnderlineType extends Enum<TextUnderlineType> implements IIntEnum
Members
| Name | Description |
|---|---|
DASHED
|
Specifies a dashed underline. |
DOTTED
|
Specifies a dotted underline. |
DOT_DASH
|
Specifies a dot-dash underline. |
DOT_DOT_DASH
|
Specifies a dot-dot-dash underline. |
DOUBLE
|
Specifies a double straight underline. |
DOUBLE_WAVY
|
Specifies a double wavy underline. |
HEAVY
|
Specifies a heavy straight underline. |
HEAVY_DASHED
|
Specifies a heavy dashed underline. |
HEAVY_DOTTED
|
Specifies a heavy dotted underline. |
HEAVY_DOT_DASH
|
Specifies a heavy dot-dash underline. |
HEAVY_DOT_DOT_DASH
|
Specifies a heavy dot-dot-dash underline. |
HEAVY_LONG_DASHED
|
Specifies a heavy long-dashed underline. |
HEAVY_WAVY
|
Specifies a heavy wavy underline. |
LONG_DASHED
|
Specifies a long-dashed underline. |
NONE
|
Text is not underlined. |
SINGLE
|
Specifies a single straight underline. |
WAVY
|
Specifies a wavy underline. |
WORDS
|
Specifies an underline that spans words only, leaving spaces between words unformatted. |
fromValue(int value)
|
Converts an integer value to the corresponding |
getName()
|
Returns the name of this |
getValue()
|
Returns the integer value of this |
toString()
|
Returns a string representation of this |
valueOf(String name)
|
Returns the |
values()
|
Returns an array that contains all |