com.aspose.slides.pptx
Class BevelColorModeEx

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

public class BevelColorModeEx
extends Enumerate

Enumeration which defines bevel color mode of shape.


Field Summary
static BevelColorModeEx CONTOUR
           
static int CONTOUR_ID
           
static BevelColorModeEx EXTRUSION
           
static int EXTRUSION_ID
           
 
Method Summary
static BevelColorModeEx 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

CONTOUR

public static final BevelColorModeEx CONTOUR

CONTOUR_ID

public static final int CONTOUR_ID
See Also:
Constant Field Values

EXTRUSION

public static final BevelColorModeEx EXTRUSION

EXTRUSION_ID

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

toValue

public static BevelColorModeEx toValue(int id)