com.aspose.slides
Class OleFollowColorScheme

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

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

Specifies how an OLE object follows the color scheme.


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 int None
           Does not follow the color scheme.
static int Scheme
           Follows the color scheme.
static int TextAndBackground
           Follows only the text and background colors of the color scheme.
 
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

None

public static final int None

Does not follow the color scheme.

See Also:
Constant Field Values

Scheme

public static final int Scheme

Follows the color scheme.

See Also:
Constant Field Values

TextAndBackground

public static final int TextAndBackground

Follows only the text and background colors of the color scheme.

See Also:
Constant Field Values