IShapeBevel

Overview

IShapeBevel is a interface in Aspose.Slides FOSS for Java.

Represents properties of shape’s main face relief.

This interface provides 6 methods for working with IShapeBevel objects in Java programs. Available methods include: getBevelType, getHeight, getWidth, setBevelType, setHeight, setWidth. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: bevelType, height, width.

Properties

NameTypeAccessDescription
widthdoubleReadReturns the width of the bevel.
heightdoubleReadReturns the height of the bevel.
bevelTypeBevelPresetTypeReadReturns the bevel type.

Methods

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

See Also