ThreeDFormat — Aspose.Slides FOSS Java API Reference

ThreeDFormat — Represents 3-D formatting properties for a shape. Inherits from: PVIObject, IThreeDFormat, IThreeDParamSource.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
contourWidthdoubleRead/Write
extrusionHeightdoubleRead/Write
depthdoubleRead/Write
bevelTopIShapeBevelRead/Write
bevelBottomIShapeBevelRead/Write
contourColorIColorFormatRead/Write
extrusionColorIColorFormatRead/Write
cameraICameraRead/Write
lightRigILightRigRead/Write
materialMaterialPresetTypeRead/Write

Methods

MethodReturnsDescription
getContourWidth()double
setContourWidth(double value)void
getExtrusionHeight()double
setExtrusionHeight(double value)void
getDepth()double
setDepth(double value)void
getBevelTop()IShapeBevel
getBevelBottom()IShapeBevel
getContourColor()IColorFormat
getExtrusionColor()IColorFormat
getCamera()ICamera
getLightRig()ILightRig
getMaterial()MaterialPresetType
setMaterial(MaterialPresetType value)void

See Also