com.aspose.slides.pptx
Class FontAlignmentEx

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

public class FontAlignmentEx
extends Enumerate

Represents vertical font alignment.


Field Summary
static FontAlignmentEx AUTOMATIC
           
static int AUTOMATIC_ID
           
static FontAlignmentEx BASELINE
           
static int BASELINE_ID
           
static FontAlignmentEx BOTTOM
           
static int BOTTOM_ID
           
static FontAlignmentEx CENTER
           
static int CENTER_ID
           
static FontAlignmentEx DEFAULT
           
static int DEFAULT_ID
           
static FontAlignmentEx TOP
           
static int TOP_ID
           
 
Method Summary
static FontAlignmentEx 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

DEFAULT

public static final FontAlignmentEx DEFAULT

DEFAULT_ID

public static final int DEFAULT_ID
See Also:
Constant Field Values

AUTOMATIC

public static final FontAlignmentEx AUTOMATIC

AUTOMATIC_ID

public static final int AUTOMATIC_ID
See Also:
Constant Field Values

TOP

public static final FontAlignmentEx TOP

TOP_ID

public static final int TOP_ID
See Also:
Constant Field Values

CENTER

public static final FontAlignmentEx CENTER

CENTER_ID

public static final int CENTER_ID
See Also:
Constant Field Values

BOTTOM

public static final FontAlignmentEx BOTTOM

BOTTOM_ID

public static final int BOTTOM_ID
See Also:
Constant Field Values

BASELINE

public static final FontAlignmentEx BASELINE

BASELINE_ID

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

toValue

public static FontAlignmentEx toValue(int id)