ShapeBevel — Aspose.Slides FOSS Java API Reference

ShapeBevel — Contains the properties of shape’s main face relief (bevel). Inherits from: PVIObject, IShapeBevel.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
widthdoubleRead/Write
heightdoubleRead/Write
bevelTypeBevelPresetTypeRead/Write

Methods

MethodReturnsDescription
initInternal(Element sp3d, Runnable saveCallback, IBaseSlide parentSlide)ShapeBevelInitializes this bevel with its backing element and context.
getWidth()double
setWidth(double value)void
getHeight()double
setHeight(double value)void
getBevelType()BevelPresetType
setBevelType(BevelPresetType value)void

See Also