UnderlineType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class UnderlineType extends System.Enum
Underline type
Fields
Field | Description |
---|---|
Unknown | Unknown underline type |
Single | Single line |
WordsOnly | Words only |
Double | Double underline type |
Dotted | Dotted underline type |
Thick | Thick underline type |
Dash | Dash underline type |
DotDash | DotDash underline type |
DotDotDash | DotDotDash underline type |
Wave | Wave underline type |
ThickWave | ThickWave underline type |
ThickDot | ThickDot underline type |
ThickDash | ThickDash underline type |
ThickDotDash | ThickDotDash underline type |
ThickDotDotDash | ThickDotDotDash underline type |
LongDash | LongDash underline type |
ThickLongDash | ThickLongDash underline type |
DoubleWave | DoubleWave underline type |
Unknown
public static final byte Unknown
Unknown underline type
Single
public static final byte Single
Single line
WordsOnly
public static final byte WordsOnly
Words only
Double
public static final byte Double
Double underline type
Dotted
public static final byte Dotted
Dotted underline type
Thick
public static final byte Thick
Thick underline type
Dash
public static final byte Dash
Dash underline type
DotDash
public static final byte DotDash
DotDash underline type
DotDotDash
public static final byte DotDotDash
DotDotDash underline type
Wave
public static final byte Wave
Wave underline type
ThickWave
public static final byte ThickWave
ThickWave underline type
ThickDot
public static final byte ThickDot
ThickDot underline type
ThickDash
public static final byte ThickDash
ThickDash underline type
ThickDotDash
public static final byte ThickDotDash
ThickDotDash underline type
ThickDotDotDash
public static final byte ThickDotDotDash
ThickDotDotDash underline type
LongDash
public static final byte LongDash
LongDash underline type
ThickLongDash
public static final byte ThickLongDash
ThickLongDash underline type
DoubleWave
public static final byte DoubleWave
DoubleWave underline type