|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ShapeBevelEx
public class ShapeBevelEx
Contains the properties of shape's main face relief.
Constructor Summary | |
---|---|
ShapeBevelEx(boolean bIsTopBevel)
Shape bevel constructor. |
Method Summary | |
---|---|
int |
getBevelType()
Bevel type. |
double |
getHeight()
Bevel height. |
double |
getWidth()
Bevel width. |
void |
setBevelType(int value)
|
void |
setHeight(double value)
|
void |
setWidth(double value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShapeBevelEx(boolean bIsTopBevel)
Shape bevel constructor.
bIsTopBevel
- True to create top bevel.Method Detail |
---|
public double getWidth()
Bevel width.
Read/write double
public void setWidth(double value)
public double getHeight()
Bevel height.
Read/write double
public void setHeight(double value)
public int getBevelType()
Bevel type.
Read/write BevelPresetTypeEx
public void setBevelType(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |