com.aspose.slides
Class TextVerticalOverflowTypeEx

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.slides.TextVerticalOverflowTypeEx

public final class TextVerticalOverflowTypeEx
extends com.aspose.ms.java.Enum

Represents text vertical overflow type.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
Field Summary
static byte Clip
          
static byte Ellipsis
          
static byte NotDefined
          
static byte Overflow
          
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, 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

Overflow

public static final byte Overflow

See Also:
Constant Field Values

Ellipsis

public static final byte Ellipsis

See Also:
Constant Field Values

Clip

public static final byte Clip

See Also:
Constant Field Values