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).

This class provides 14 methods for working with ShapeBevel objects in Java programs. Available methods include: PVIObject, ShapeBevel, asIPresentationComponent, getBevelType, getHeight, getPresentation, getSlide, getWidth, initInternal, setBevelType, setHeight, setWidth. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: bevelType, height, presentation, slide, width.

Properties

NameTypeAccessDescription
widthdoubleReadGets the width.
heightdoubleReadGets the height.
bevelTypeBevelPresetTypeReadGets the bevel type.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

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 width.
setWidth(value: double)Sets the width value.
getHeight()doubleReturns the height.
setHeight(value: double)Sets the height value.
getBevelType()BevelPresetTypeReturns the bevel type.
setBevelType(value: BevelPresetType)Sets the bevel type value.
PVIObject()Creates a PVIObject with no parent slide.
getSlide()IBaseSlideReturns the slide.
getPresentation()IPresentationReturns the presentation.
asIPresentationComponent()IPresentationComponentReturns this object as an {@link IPresentationComponent}.

See Also