IThreeDFormat — Aspose.Slides FOSS Java API Reference

IThreeDFormat — Represents 3-D properties.

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()doubleReturns the width of an extrusion contour.
setContourWidth(double value)voidSets the width of an extrusion contour.
getExtrusionHeight()doubleReturns the height of an extrusion effect.
setExtrusionHeight(double value)voidSets the height of an extrusion effect.
getDepth()doubleReturns the depth of a 3D shape.
setDepth(double value)voidSets the depth of a 3D shape.
getBevelTop()IShapeBevelReturns the top bevel.
getBevelBottom()IShapeBevelReturns the bottom bevel.
getContourColor()IColorFormatReturns the contour color.
getExtrusionColor()IColorFormatReturns the extrusion color.
getCamera()ICameraReturns the camera settings.
getLightRig()ILightRigReturns the light rig settings.
getMaterial()MaterialPresetTypeReturns the material type.
setMaterial(MaterialPresetType value)voidSets the material type.

See Also