ThreeDFormat

Overview

ThreeDFormat is a class in Aspose.Slides FOSS for Java. Inherits from: PVIObject, IThreeDFormat, IThreeDParamSource.

Represents 3-D formatting properties for a shape.

Properties

NameTypeAccessDescription
contourWidthdoubleReadRepresents the contour width of the 3D format
extrusionHeightdoubleReadRepresents the extrusion height of the 3D format
depthdoubleReadRepresents the depth of the 3D format
bevelTopIShapeBevelReadProvides access to the top bevel of the 3D format
bevelBottomIShapeBevelReadProvides access to the bottom bevel of the 3D format
contourColorIColorFormatReadProvides access to the contour color format of the 3D format
extrusionColorIColorFormatReadProvides access to the extrusion color format of the 3D format
cameraICameraReadProvides access to the camera settings of the 3D format
lightRigILightRigReadProvides access to the light rig settings of the 3D format
materialMaterialPresetTypeReadRepresents the material preset type of the 3D format

Methods

SignatureDescription
ThreeDFormat(parentElement: Element, saveCallback: Runnable)Creates a new ThreeDFormat.
ThreeDFormat()Creates a ThreeDFormat with no initial state.
getContourWidth()doubleReturns the contour width of the 3D shape
setContourWidth(value: double)Sets the contour width of the 3D shape
getExtrusionHeight()doubleReturns the extrusion height of the 3D shape
setExtrusionHeight(value: double)Sets the extrusion height of the 3D shape
getDepth()double
setDepth(value: double)
getBevelTop()IShapeBevelReturns the top bevel settings of the 3D shape
getBevelBottom()IShapeBevelReturns the bottom bevel settings of the 3D shape
getContourColor()IColorFormatReturns the contour color format of the 3D shape
getExtrusionColor()IColorFormatReturns the extrusion color format of the 3D shape
getCamera()ICameraReturns the camera configuration for the 3D shape
getLightRig()ILightRigReturns the light rig configuration for the 3D shape
getMaterial()MaterialPresetTypeReturns the material preset type applied to the 3D shape
setMaterial(value: MaterialPresetType)Sets the material preset type for the 3D shape

See Also