public class ShapeBevel extends PVIObject implements IShapeBevel
Contains the properties of shape's main face relief.
Constructor and Description |
---|
ShapeBevel(boolean bIsTopBevel)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
int |
getBevelType()
Bevel type.
|
double |
getHeight()
Bevel height.
|
double |
getWidth()
Bevel width.
|
void |
setBevelType(int value)
Bevel type.
|
void |
setHeight(double value)
Bevel height.
|
void |
setWidth(double value)
Bevel width.
|
equals, getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, getVersion, hashCode, reset_Parent_IPresentationComponent
public ShapeBevel(boolean bIsTopBevel)
Creates new instance.
bIsTopBevel
- Is top bevel.public final double getWidth()
Bevel width.
Read/write double
.
getWidth
in interface IShapeBevel
public final void setWidth(double value)
Bevel width.
Read/write double
.
setWidth
in interface IShapeBevel
public final double getHeight()
Bevel height.
Read/write double
.
getHeight
in interface IShapeBevel
public final void setHeight(double value)
Bevel height.
Read/write double
.
setHeight
in interface IShapeBevel
public final int getBevelType()
Bevel type.
Read/write BevelPresetType
.
getBevelType
in interface IShapeBevel
public final void setBevelType(int value)
Bevel type.
Read/write BevelPresetType
.
setBevelType
in interface IShapeBevel