com.aspose.slides.pptx
Class TextAnchoringTypeEx

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

public class TextAnchoringTypeEx
extends Enumerate

Represents the enumeration of text anchoring types.


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

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

TOP

public static final TextAnchoringTypeEx TOP

TOP_ID

public static final int TOP_ID
See Also:
Constant Field Values

CENTER

public static final TextAnchoringTypeEx CENTER

CENTER_ID

public static final int CENTER_ID
See Also:
Constant Field Values

BOTTOM

public static final TextAnchoringTypeEx BOTTOM

BOTTOM_ID

public static final int BOTTOM_ID
See Also:
Constant Field Values

JUSTIFIED

public static final TextAnchoringTypeEx JUSTIFIED

JUSTIFIED_ID

public static final int JUSTIFIED_ID
See Also:
Constant Field Values

DISTRIBUTED

public static final TextAnchoringTypeEx DISTRIBUTED

DISTRIBUTED_ID

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

toValue

public static TextAnchoringTypeEx toValue(int id)