com.aspose.slides.pptx
Class TextVerticalOverflowTypeEx

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

public class TextVerticalOverflowTypeEx
extends Enumerate

Represents text vertical overflow type.


Field Summary
static TextVerticalOverflowTypeEx CLIP
           
static int CLIP_ID
           
static TextVerticalOverflowTypeEx ELLIPSIS
           
static int ELLIPSIS_ID
           
static TextVerticalOverflowTypeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static TextVerticalOverflowTypeEx OVERFLOW
           
static int OVERFLOW_ID
           
 
Method Summary
static TextVerticalOverflowTypeEx 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 TextVerticalOverflowTypeEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

OVERFLOW

public static final TextVerticalOverflowTypeEx OVERFLOW

OVERFLOW_ID

public static final int OVERFLOW_ID
See Also:
Constant Field Values

ELLIPSIS

public static final TextVerticalOverflowTypeEx ELLIPSIS

ELLIPSIS_ID

public static final int ELLIPSIS_ID
See Also:
Constant Field Values

CLIP

public static final TextVerticalOverflowTypeEx CLIP

CLIP_ID

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

toValue

public static TextVerticalOverflowTypeEx toValue(int id)