IShapeBevel

Overview

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

Represents properties of shape’s main face relief.

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