com.spire.presentation.drawing
Enum BevelPresetType

java.lang.Object
  extended by java.lang.Enum<BevelPresetType>
      extended by com.spire.presentation.drawing.BevelPresetType
All Implemented Interfaces:
java.lang.Comparable<BevelPresetType>

public enum BevelPresetType
extends java.lang.Enum<BevelPresetType>

Indicates 3D bevel of shape.


Enum Constant Summary
ANGLE
          
ART_DECO
          
CIRCLE
          
CONVEX
          
COOL_SLANT
          
CROSS
          
DIVOT
          
HARD_EDGE
          
NONE
          
RELAXED_INSET
          
RIBLET
          
SLOPE
          
SOFT_ROUND
          
 
Method Summary
static BevelPresetType getBevelPresetTypeFromValue(long value)
           
 java.lang.String getName()
           
 int getValue()
           
 

Enum Constant Detail

NONE

public static final BevelPresetType NONE


ANGLE

public static final BevelPresetType ANGLE


ART_DECO

public static final BevelPresetType ART_DECO


CIRCLE

public static final BevelPresetType CIRCLE


CONVEX

public static final BevelPresetType CONVEX


COOL_SLANT

public static final BevelPresetType COOL_SLANT


CROSS

public static final BevelPresetType CROSS


DIVOT

public static final BevelPresetType DIVOT


HARD_EDGE

public static final BevelPresetType HARD_EDGE


RELAXED_INSET

public static final BevelPresetType RELAXED_INSET


RIBLET

public static final BevelPresetType RIBLET


SLOPE

public static final BevelPresetType SLOPE


SOFT_ROUND

public static final BevelPresetType SOFT_ROUND

Method Detail

getName

public java.lang.String getName()

getValue

public int getValue()

getBevelPresetTypeFromValue

public static BevelPresetType getBevelPresetTypeFromValue(long value)