IShapeBevel — Aspose.Slides FOSS Java API Reference
IShapeBevel — Represents properties of shape’s main face relief.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
width | double | Read/Write | |
height | double | Read/Write | |
bevelType | BevelPresetType | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getWidth() | double | Returns the width of the bevel. |
setWidth(double value) | void | Sets the width of the bevel. |
getHeight() | double | Returns the height of the bevel. |
setHeight(double value) | void | Sets the height of the bevel. |
getBevelType() | BevelPresetType | Returns the bevel type. |
setBevelType(BevelPresetType value) | void | Sets the bevel type. |