|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.ShapeBevelEx
public class ShapeBevelEx
Represents the shape bevel settings.
Constructor Summary | |
---|---|
ShapeBevelEx(boolean bIsTopBevel)
Shape bevel constructor. |
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 |
---|
public ShapeBevelEx(boolean bIsTopBevel)
bIsTopBevel
- True to create top bevel.Method Detail |
---|
public double getWidth()
public void setWidth(double value)
public double getHeight()
public void setHeight(double value)
public BevelPresetTypeEx getBevelType()
public void setBevelType(BevelPresetTypeEx value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |