IShapeBevel
Overview
IShapeBevel is a interface in Aspose.Slides FOSS for Java.
Represents properties of shape’s main face relief.
This interface provides 6 methods for working with IShapeBevel objects in Java programs.
Available methods include: getBevelType, getHeight, getWidth, setBevelType, setHeight, setWidth.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: bevelType, height, width.
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. |