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.

This class provides 20 methods for working with ThreeDFormat objects in Java programs. Available methods include: PVIObject, ThreeDFormat, asIPresentationComponent, getBevelBottom, getBevelTop, getCamera, getContourColor, getContourWidth, getDepth, getExtrusionColor, getExtrusionHeight, getLightRig, and 7 additional methods. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: bevelBottom, bevelTop, camera, contourColor, contourWidth, depth, and 6 more.

Properties

NameTypeAccessDescription
contourWidthdoubleReadGets the contour width.
extrusionHeightdoubleReadGets the extrusion height.
depthdoubleReadGets the depth.
bevelTopIShapeBevelReadGets the bevel top.
bevelBottomIShapeBevelReadGets the bevel bottom.
contourColorIColorFormatReadGets the contour color.
extrusionColorIColorFormatReadGets the extrusion color.
cameraICameraReadGets the camera.
lightRigILightRigReadGets the light rig.
materialMaterialPresetTypeReadGets the material.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

Methods

SignatureDescription
ThreeDFormat(parentElement: Element, saveCallback: Runnable)Creates a new ThreeDFormat.
ThreeDFormat()Creates a ThreeDFormat with no initial state.
getContourWidth()doubleReturns the contour width.
setContourWidth(value: double)Sets the contour width value.
getExtrusionHeight()doubleReturns the extrusion height.
setExtrusionHeight(value: double)Sets the extrusion height value.
getDepth()doubleReturns the depth.
setDepth(value: double)Sets the depth value.
getBevelTop()IShapeBevelReturns the bevel top.
getBevelBottom()IShapeBevelReturns the bevel bottom.
getContourColor()IColorFormatReturns the contour color.
getExtrusionColor()IColorFormatReturns the extrusion color.
getCamera()ICameraReturns the camera.
getLightRig()ILightRigReturns the light rig.
getMaterial()MaterialPresetTypeReturns the material.
setMaterial(value: MaterialPresetType)Sets the material value.
PVIObject()Creates a PVIObject with no parent slide.
getSlide()IBaseSlideReturns the slide.
getPresentation()IPresentationReturns the presentation.
asIPresentationComponent()IPresentationComponentReturns this object as an {@link IPresentationComponent}.

See Also