com.aspose.slides
Class OleFollowColorScheme

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.OleFollowColorScheme
All Implemented Interfaces:
java.lang.Comparable

public class OleFollowColorScheme
extends Enumerate


Field Summary
static OleFollowColorScheme NONE
           
static int NONE_ID
           
static OleFollowColorScheme SCHEME
           
static int SCHEME_ID
           
static OleFollowColorScheme TEXT_AND_BACKGROUND
           
static int TEXT_AND_BACKGROUND_ID
           
 
Method Summary
static OleFollowColorScheme toValue(int id)
           
 
Methods inherited from class com.aspose.slides.Enumerate
compareTo, equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final OleFollowColorScheme NONE

NONE_ID

public static final int NONE_ID
See Also:
Constant Field Values

SCHEME

public static final OleFollowColorScheme SCHEME

SCHEME_ID

public static final int SCHEME_ID
See Also:
Constant Field Values

TEXT_AND_BACKGROUND

public static final OleFollowColorScheme TEXT_AND_BACKGROUND

TEXT_AND_BACKGROUND_ID

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

toValue

public static OleFollowColorScheme toValue(int id)