com.aspose.slides.pptx
Class ShapeBevelEx

java.lang.Object
  extended by com.aspose.slides.pptx.ShapeBevelEx

public class ShapeBevelEx
extends java.lang.Object

Represents the shape bevel settings.


Constructor Summary
ShapeBevelEx(boolean bIsTopBevel)
           
 
Method Summary
 BevelPresetTypeEx getBevelType()
          Returns the type of a bevel.
 double getHeight()
          Returns the height of a bevel.
 double getWidth()
          Returns the width of a bevel.
 void setBevelType(BevelPresetTypeEx value)
          Sets the type of a bevel.
 void setHeight(double value)
          Sets the height of a bevel.
 void setWidth(double value)
          Sets the width of a bevel.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeBevelEx

public ShapeBevelEx(boolean bIsTopBevel)
Method Detail

getWidth

public double getWidth()
Returns the width of a bevel.


setWidth

public void setWidth(double value)
Sets the width of a bevel.


getHeight

public double getHeight()
Returns the height of a bevel.


setHeight

public void setHeight(double value)
Sets the height of a bevel.


getBevelType

public BevelPresetTypeEx getBevelType()
Returns the type of a bevel.


setBevelType

public void setBevelType(BevelPresetTypeEx value)
Sets the type of a bevel.