com.aspose.slides.pptx
Class FontCollectionIndexEx

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

public class FontCollectionIndexEx
extends Enumerate

Represents font's index in a collection.


Field Summary
static FontCollectionIndexEx MAJOR
           
static int MAJOR_ID
           
static FontCollectionIndexEx MINOR
           
static int MINOR_ID
           
static FontCollectionIndexEx NONE
           
static int NONE_ID
           
 
Method Summary
static FontCollectionIndexEx 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

NONE

public static final FontCollectionIndexEx NONE

NONE_ID

public static final int NONE_ID
See Also:
Constant Field Values

MINOR

public static final FontCollectionIndexEx MINOR

MINOR_ID

public static final int MINOR_ID
See Also:
Constant Field Values

MAJOR

public static final FontCollectionIndexEx MAJOR

MAJOR_ID

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

toValue

public static FontCollectionIndexEx toValue(int id)