com.aspose.slides
Class TextUnderlineTypeEx

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.TextUnderlineTypeEx

public final class TextUnderlineTypeEx
extends com.aspose.ms.System.Enum

Represents the type of text underline.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
 
Field Summary
static byte Dashed
          
static byte DotDash
          
static byte DotDotDash
          
static byte Dotted
          
static byte Double
          
static byte DoubleWavy
          
static byte Heavy
          
static byte HeavyDashed
          
static byte HeavyDotDash
          
static byte HeavyDotDotDash
          
static byte HeavyDotted
          
static byte HeavyLongDashed
          
static byte HeavyWavy
          
static byte LongDashed
          
static byte None
          
static byte NotDefined
          
static byte Single
          
static byte Wavy
          
static byte Words
          
 
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NotDefined

public static final byte NotDefined

See Also:
Constant Field Values

None

public static final byte None

See Also:
Constant Field Values

Words

public static final byte Words

See Also:
Constant Field Values

Single

public static final byte Single

See Also:
Constant Field Values

Double

public static final byte Double

See Also:
Constant Field Values

Heavy

public static final byte Heavy

See Also:
Constant Field Values

Dotted

public static final byte Dotted

See Also:
Constant Field Values

HeavyDotted

public static final byte HeavyDotted

See Also:
Constant Field Values

Dashed

public static final byte Dashed

See Also:
Constant Field Values

HeavyDashed

public static final byte HeavyDashed

See Also:
Constant Field Values

LongDashed

public static final byte LongDashed

See Also:
Constant Field Values

HeavyLongDashed

public static final byte HeavyLongDashed

See Also:
Constant Field Values

DotDash

public static final byte DotDash

See Also:
Constant Field Values

HeavyDotDash

public static final byte HeavyDotDash

See Also:
Constant Field Values

DotDotDash

public static final byte DotDotDash

See Also:
Constant Field Values

HeavyDotDotDash

public static final byte HeavyDotDotDash

See Also:
Constant Field Values

Wavy

public static final byte Wavy

See Also:
Constant Field Values

HeavyWavy

public static final byte HeavyWavy

See Also:
Constant Field Values

DoubleWavy

public static final byte DoubleWavy

See Also:
Constant Field Values