IShapeBevel — Aspose.Slides FOSS Java API Reference

IShapeBevel — Represents properties of shape’s main face relief.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
widthdoubleRead/Write
heightdoubleRead/Write
bevelTypeBevelPresetTypeRead/Write

Methods

MethodReturnsDescription
getWidth()doubleReturns the width of the bevel.
setWidth(double value)voidSets the width of the bevel.
getHeight()doubleReturns the height of the bevel.
setHeight(double value)voidSets the height of the bevel.
getBevelType()BevelPresetTypeReturns the bevel type.
setBevelType(BevelPresetType value)voidSets the bevel type.

See Also