ShapeBevel — Aspose.Slides FOSS Java API Reference
ShapeBevel — Contains the properties of shape’s main face relief (bevel). Inherits from: PVIObject, IShapeBevel.
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 |
|---|---|---|
initInternal(Element sp3d, Runnable saveCallback, IBaseSlide parentSlide) | ShapeBevel | Initializes this bevel with its backing element and context. |
getWidth() | double | |
setWidth(double value) | void | |
getHeight() | double | |
setHeight(double value) | void | |
getBevelType() | BevelPresetType | |
setBevelType(BevelPresetType value) | void |