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, hashCodepublic ShapeBevel(boolean bIsTopBevel)
Creates new instance.
bIsTopBevel - Is top bevel.public final double getWidth()
Bevel width.
Read/write double.
getWidth in interface IShapeBevelpublic final void setWidth(double value)
Bevel width.
Read/write double.
setWidth in interface IShapeBevelpublic final double getHeight()
Bevel height.
Read/write double.
getHeight in interface IShapeBevelpublic final void setHeight(double value)
Bevel height.
Read/write double.
setHeight in interface IShapeBevelpublic final int getBevelType()
Bevel type.
Read/write BevelPresetType.
getBevelType in interface IShapeBevelpublic final void setBevelType(int value)
Bevel type.
Read/write BevelPresetType.
setBevelType in interface IShapeBevelCopyright © 2004-2022 Aspose Pty Ltd. All Rights Reserved.