IShapeBevel
Overview
IShapeBevel is a interface in Aspose.Slides FOSS for Java.
Represents properties of shape’s main face relief.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
width | double | Read | Returns the width of the bevel. |
height | double | Read | Returns the height of the bevel. |
bevelType | BevelPresetType | Read | Returns the bevel type. |
Methods
| Signature | Description |
|---|---|
getWidth() → double | Returns the width of the bevel. |
setWidth(value: double) | Sets the width of the bevel. |
getHeight() → double | Returns the height of the bevel. |
setHeight(value: double) | Sets the height of the bevel. |
getBevelType() → BevelPresetType | Returns the bevel type. |
setBevelType(value: BevelPresetType) | Sets the bevel type. |