com.aspose.slides
Class TextAnchorTypeEx

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.slides.TextAnchorTypeEx

public final class TextAnchorTypeEx
extends com.aspose.ms.java.Enum

text box alignment within a text area.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
Field Summary
static byte Bottom
          
static byte Center
          
static byte Distributed
          
static byte Justified
          
static byte NotDefined
          
static byte Top
          
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NotDefined

public static final byte NotDefined

See Also:
Constant Field Values

Top

public static final byte Top

See Also:
Constant Field Values

Center

public static final byte Center

See Also:
Constant Field Values

Bottom

public static final byte Bottom

See Also:
Constant Field Values

Justified

public static final byte Justified

See Also:
Constant Field Values

Distributed

public static final byte Distributed

See Also:
Constant Field Values