com.spire.presentation
Class ShapeBevelStyle

java.lang.Object
  extended by com.spire.presentation.ShapeBevelStyle

public class ShapeBevelStyle
extends java.lang.Object

Contains the properties of shape.


Constructor Summary
ShapeBevelStyle(boolean bIsTopBevel)
           
 
Method Summary
 double getHeight()
          Bevel height.
 BevelPresetType getPresetType()
          Bevel type.
 double getWidth()
          Bevel width.
 void setHeight(double value)
           
 void setPresetType(BevelPresetType value)
           
 void setWidth(double value)
           
 

Constructor Detail

ShapeBevelStyle

public ShapeBevelStyle(boolean bIsTopBevel)
Method Detail

getWidth

public double getWidth()
Bevel width. Read/write

Returns:

setWidth

public void setWidth(double value)

getHeight

public double getHeight()
Bevel height. Read/write

Returns:

setHeight

public void setHeight(double value)

getPresetType

public BevelPresetType getPresetType()
Bevel type. Read/write

Returns:

setPresetType

public void setPresetType(BevelPresetType value)