Skip to main content

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 TextUnderlineType constant.

getName()

Returns the name of this TextUnderlineType constant.

getValue()

Returns the integer value of this TextUnderlineType constant.

toString()

Returns a string representation of this TextUnderlineType constant.

valueOf(String name)

Returns the TextUnderlineType constant with the specified name.

values()

Returns an array that contains all TextUnderlineType constants.

Implements

com.devexpress.java.enums.IIntEnum

Inherited Members

java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)
java.lang.Enum.clone()
java.lang.Enum.compareTo(E)
java.lang.Enum.describeConstable()
java.lang.Enum.equals(java.lang.Object)
java.lang.Enum.finalize()
java.lang.Enum.getDeclaringClass()
java.lang.Enum.hashCode()
java.lang.Enum.name()
java.lang.Enum.ordinal()
java.lang.Enum.toString()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
java.lang.Enum
TextUnderlineType