public final 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 |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares with specified object.
|
int |
getBevelType()
Bevel type.
|
double |
getHeight()
Bevel height.
|
long |
getVersion()
Version.
|
double |
getWidth()
Bevel width.
|
void |
setBevelType(int value)
Bevel type.
|
void |
setHeight(double value)
Bevel height.
|
void |
setWidth(double value)
Bevel width.
|
getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, hashCodepublic ShapeBevel(boolean bIsTopBevel)
Creates new instance.
bIsTopBevel - Is top bevel.public long getVersion()
Version.
Read-only long.
getVersion in class PVIObjectpublic boolean equals(java.lang.Object obj)
PVIObjectCompares with specified object.
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-2025 Aspose Pty Ltd. All Rights Reserved.