ShapeBevel
Overview
ShapeBevel is a class in Aspose.Slides FOSS for Java.
Inherits from: PVIObject, IShapeBevel.
Contains the properties of shape’s main face relief (bevel).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
width | double | Read | Property gets or sets the bevel width |
height | double | Read | |
bevelType | BevelPresetType | Read | Property gets or sets the bevel preset type |
Methods
| Signature | Description |
|---|---|
ShapeBevel() | Creates an unbound {@code ShapeBevel} for the top bevel. |
ShapeBevel(isTopBevel: boolean) | Creates an unbound {@code ShapeBevel}. |
ShapeBevel(sp3d: Element, saveCallback: Runnable, isTopBevel: boolean) | Creates a new ShapeBevel. |
initInternal(sp3d: Element, saveCallback: Runnable, parentSlide: IBaseSlide) → ShapeBevel | Initializes this bevel with its backing element and context. |
getWidth() → double | Returns the bevel’s width |
setWidth(value: double) | Sets the bevel’s width to the specified value |
getHeight() → double | Returns the bevel’s height |
setHeight(value: double) | Sets the bevel’s height to the specified value |
getBevelType() → BevelPresetType | Returns the preset type of the bevel |
setBevelType(value: BevelPresetType) | Sets the bevel’s preset type |