IShapeBevel
General
IShapeBevel és una interfície en Aspose.Slides FOSS per Java.
Representa les propietats del relleu principal de la cara.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
width | double | Read | Property provides the bevel’s width |
height | double | Read | |
bevelType | BevelPresetType | Read | Property provides the bevel’s preset type |
Mètodes
| 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. |