com.aspose.slides.pptx
Class TextHorizontalOverflowTypeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.TextHorizontalOverflowTypeEx
All Implemented Interfaces:
java.lang.Comparable

public class TextHorizontalOverflowTypeEx
extends Enumerate

Enumeration which defines types of a text horizontal overflow.


Field Summary
static TextHorizontalOverflowTypeEx CLIP
           
static int CLIP_ID
           
static TextHorizontalOverflowTypeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static TextHorizontalOverflowTypeEx OVERFLOW
           
static int OVERFLOW_ID
           
 
Method Summary
static TextHorizontalOverflowTypeEx toValue(int id)
           
 
Methods inherited from class com.aspose.slides.Enumerate
compareTo, equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NOT_DEFINED

public static final TextHorizontalOverflowTypeEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

OVERFLOW

public static final TextHorizontalOverflowTypeEx OVERFLOW

OVERFLOW_ID

public static final int OVERFLOW_ID
See Also:
Constant Field Values

CLIP

public static final TextHorizontalOverflowTypeEx CLIP

CLIP_ID

public static final int CLIP_ID
See Also:
Constant Field Values
Method Detail

toValue

public static TextHorizontalOverflowTypeEx toValue(int id)