com.aspose.slides.pptx
Class TextAnchorTypeEx
java.lang.Object
com.aspose.slides.Enumerate
com.aspose.slides.pptx.TextAnchorTypeEx
- All Implemented Interfaces:
- java.lang.Comparable
public class TextAnchorTypeEx
- extends Enumerate
Enumeration which defines types of a text anchor.
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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
toValue
public static TextAnchorTypeEx toValue(int id)