com.aspose.slides.pptx
Class BevelPresetTypeEx

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

public class BevelPresetTypeEx
extends Enumerate

Enumeration which defines 3D bevel of shape.


Field Summary
static BevelPresetTypeEx ANGLE
           
static int ANGLE_ID
           
static BevelPresetTypeEx ART_DECO
           
static int ART_DECO_ID
           
static BevelPresetTypeEx CIRCLE
           
static int CIRCLE_ID
           
static BevelPresetTypeEx CONVEX
           
static int CONVEX_ID
           
static BevelPresetTypeEx COOL_SLANT
           
static int COOL_SLANT_ID
           
static BevelPresetTypeEx CROSS
           
static int CROSS_ID
           
static BevelPresetTypeEx DIVOT
           
static int DIVOT_ID
           
static BevelPresetTypeEx HARD_EDGE
           
static int HARD_EDGE_ID
           
static BevelPresetTypeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static BevelPresetTypeEx RELAXED_INSET
           
static int RELAXED_INSET_ID
           
static BevelPresetTypeEx RIBLET
           
static int RIBLET_ID
           
static BevelPresetTypeEx SLOPE
           
static int SLOPE_ID
           
static BevelPresetTypeEx SOFT_ROUND
           
static int SOFT_ROUND_ID
           
 
Method Summary
static BevelPresetTypeEx 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 BevelPresetTypeEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

ANGLE

public static final BevelPresetTypeEx ANGLE

ANGLE_ID

public static final int ANGLE_ID
See Also:
Constant Field Values

ART_DECO

public static final BevelPresetTypeEx ART_DECO

ART_DECO_ID

public static final int ART_DECO_ID
See Also:
Constant Field Values

CIRCLE

public static final BevelPresetTypeEx CIRCLE

CIRCLE_ID

public static final int CIRCLE_ID
See Also:
Constant Field Values

CONVEX

public static final BevelPresetTypeEx CONVEX

CONVEX_ID

public static final int CONVEX_ID
See Also:
Constant Field Values

COOL_SLANT

public static final BevelPresetTypeEx COOL_SLANT

COOL_SLANT_ID

public static final int COOL_SLANT_ID
See Also:
Constant Field Values

CROSS

public static final BevelPresetTypeEx CROSS

CROSS_ID

public static final int CROSS_ID
See Also:
Constant Field Values

DIVOT

public static final BevelPresetTypeEx DIVOT

DIVOT_ID

public static final int DIVOT_ID
See Also:
Constant Field Values

HARD_EDGE

public static final BevelPresetTypeEx HARD_EDGE

HARD_EDGE_ID

public static final int HARD_EDGE_ID
See Also:
Constant Field Values

RELAXED_INSET

public static final BevelPresetTypeEx RELAXED_INSET

RELAXED_INSET_ID

public static final int RELAXED_INSET_ID
See Also:
Constant Field Values

RIBLET

public static final BevelPresetTypeEx RIBLET

RIBLET_ID

public static final int RIBLET_ID
See Also:
Constant Field Values

SLOPE

public static final BevelPresetTypeEx SLOPE

SLOPE_ID

public static final int SLOPE_ID
See Also:
Constant Field Values

SOFT_ROUND

public static final BevelPresetTypeEx SOFT_ROUND

SOFT_ROUND_ID

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

toValue

public static BevelPresetTypeEx toValue(int id)