ShapeBevel

Overview

ShapeBevel is a class in Aspose.Slides FOSS for Java. Inherits from: PVIObject, IShapeBevel.

Contains the properties of shape’s main face relief (bevel).

Properties

NameTypeAccessDescription
widthdoubleReadProperty gets or sets the bevel width
heightdoubleRead
bevelTypeBevelPresetTypeReadProperty gets or sets the bevel preset type

Methods

SignatureDescription
ShapeBevel()Creates an unbound {@code ShapeBevel} for the top bevel.
ShapeBevel(isTopBevel: boolean)Creates an unbound {@code ShapeBevel}.
ShapeBevel(sp3d: Element, saveCallback: Runnable, isTopBevel: boolean)Creates a new ShapeBevel.
initInternal(sp3d: Element, saveCallback: Runnable, parentSlide: IBaseSlide)ShapeBevelInitializes this bevel with its backing element and context.
getWidth()doubleReturns the bevel’s width
setWidth(value: double)Sets the bevel’s width to the specified value
getHeight()doubleReturns the bevel’s height
setHeight(value: double)Sets the bevel’s height to the specified value
getBevelType()BevelPresetTypeReturns the preset type of the bevel
setBevelType(value: BevelPresetType)Sets the bevel’s preset type

See Also