com.aspose.slides.pptx
Class TextHorizontalOverflowTypeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.TextHorizontalOverflowTypeEx

public class TextHorizontalOverflowTypeEx
extends Enumerate

Represents text horizontal overflow type.


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
getId, getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, 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)