com.aspose.slides.pptx
Class MaterialPresetTypeEx

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

public class MaterialPresetTypeEx
extends Enumerate


Field Summary
static MaterialPresetTypeEx CLEAR
           
static int CLEAR_ID
           
static MaterialPresetTypeEx DK_EDGE
           
static int DK_EDGE_ID
           
static MaterialPresetTypeEx FLAT
           
static int FLAT_ID
           
static MaterialPresetTypeEx LEGACY_MATTE
           
static int LEGACY_MATTE_ID
           
static MaterialPresetTypeEx LEGACY_METAL
           
static int LEGACY_METAL_ID
           
static MaterialPresetTypeEx LEGACY_PLASTIC
           
static int LEGACY_PLASTIC_ID
           
static MaterialPresetTypeEx LEGACY_WIREFRAME
           
static int LEGACY_WIREFRAME_ID
           
static MaterialPresetTypeEx MATTE
           
static int MATTE_ID
           
static MaterialPresetTypeEx METAL
           
static int METAL_ID
           
static MaterialPresetTypeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static MaterialPresetTypeEx PLASTIC
           
static int PLASTIC_ID
           
static MaterialPresetTypeEx POWDER
           
static int POWDER_ID
           
static MaterialPresetTypeEx SOFTEDGE
           
static int SOFTEDGE_ID
           
static MaterialPresetTypeEx SOFTMETAL
           
static int SOFTMETAL_ID
           
static MaterialPresetTypeEx TRANSLUCENT_POWDER
           
static int TRANSLUCENT_POWDER_ID
           
static MaterialPresetTypeEx WARM_MATTE
           
static int WARM_MATTE_ID
           
 
Method Summary
static MaterialPresetTypeEx 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

NOT_DEFINED

public static final MaterialPresetTypeEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

CLEAR

public static final MaterialPresetTypeEx CLEAR

CLEAR_ID

public static final int CLEAR_ID
See Also:
Constant Field Values

DK_EDGE

public static final MaterialPresetTypeEx DK_EDGE

DK_EDGE_ID

public static final int DK_EDGE_ID
See Also:
Constant Field Values

FLAT

public static final MaterialPresetTypeEx FLAT

FLAT_ID

public static final int FLAT_ID
See Also:
Constant Field Values

LEGACY_MATTE

public static final MaterialPresetTypeEx LEGACY_MATTE

LEGACY_MATTE_ID

public static final int LEGACY_MATTE_ID
See Also:
Constant Field Values

LEGACY_METAL

public static final MaterialPresetTypeEx LEGACY_METAL

LEGACY_METAL_ID

public static final int LEGACY_METAL_ID
See Also:
Constant Field Values

LEGACY_PLASTIC

public static final MaterialPresetTypeEx LEGACY_PLASTIC

LEGACY_PLASTIC_ID

public static final int LEGACY_PLASTIC_ID
See Also:
Constant Field Values

LEGACY_WIREFRAME

public static final MaterialPresetTypeEx LEGACY_WIREFRAME

LEGACY_WIREFRAME_ID

public static final int LEGACY_WIREFRAME_ID
See Also:
Constant Field Values

MATTE

public static final MaterialPresetTypeEx MATTE

MATTE_ID

public static final int MATTE_ID
See Also:
Constant Field Values

METAL

public static final MaterialPresetTypeEx METAL

METAL_ID

public static final int METAL_ID
See Also:
Constant Field Values

PLASTIC

public static final MaterialPresetTypeEx PLASTIC

PLASTIC_ID

public static final int PLASTIC_ID
See Also:
Constant Field Values

POWDER

public static final MaterialPresetTypeEx POWDER

POWDER_ID

public static final int POWDER_ID
See Also:
Constant Field Values

SOFTEDGE

public static final MaterialPresetTypeEx SOFTEDGE

SOFTEDGE_ID

public static final int SOFTEDGE_ID
See Also:
Constant Field Values

SOFTMETAL

public static final MaterialPresetTypeEx SOFTMETAL

SOFTMETAL_ID

public static final int SOFTMETAL_ID
See Also:
Constant Field Values

TRANSLUCENT_POWDER

public static final MaterialPresetTypeEx TRANSLUCENT_POWDER

TRANSLUCENT_POWDER_ID

public static final int TRANSLUCENT_POWDER_ID
See Also:
Constant Field Values

WARM_MATTE

public static final MaterialPresetTypeEx WARM_MATTE

WARM_MATTE_ID

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

toValue

public static MaterialPresetTypeEx toValue(int id)