com.aspose.slides.pptx
Class TextAnchorTypeEx

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

public class TextAnchorTypeEx
extends Enumerate

Enumeration which defines types of a text anchor.


Field Summary
static TextAnchorTypeEx BOTTOM
           
static byte BOTTOM_ID
           
static TextAnchorTypeEx CENTER
           
static byte CENTER_ID
           
static TextAnchorTypeEx DISTRIBUTED
           
static byte DISTRIBUTED_ID
           
static TextAnchorTypeEx JUSTIFIED
           
static byte JUSTIFIED_ID
           
static TextAnchorTypeEx NOT_DEFINED
           
static byte NOT_DEFINED_ID
           
static TextAnchorTypeEx TOP
           
static byte TOP_ID
           
 
Method Summary
static TextAnchorTypeEx 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 TextAnchorTypeEx NOT_DEFINED

NOT_DEFINED_ID

public static final byte NOT_DEFINED_ID
See Also:
Constant Field Values

TOP

public static final TextAnchorTypeEx TOP

TOP_ID

public static final byte TOP_ID
See Also:
Constant Field Values

CENTER

public static final TextAnchorTypeEx CENTER

CENTER_ID

public static final byte CENTER_ID
See Also:
Constant Field Values

BOTTOM

public static final TextAnchorTypeEx BOTTOM

BOTTOM_ID

public static final byte BOTTOM_ID
See Also:
Constant Field Values

JUSTIFIED

public static final TextAnchorTypeEx JUSTIFIED

JUSTIFIED_ID

public static final byte JUSTIFIED_ID
See Also:
Constant Field Values

DISTRIBUTED

public static final TextAnchorTypeEx DISTRIBUTED

DISTRIBUTED_ID

public static final byte DISTRIBUTED_ID
See Also:
Constant Field Values
Method Detail

toValue

public static TextAnchorTypeEx toValue(int id)