IThreeDFormat

General

IThreeDFormat és una interfície en Aspose.Slides FOSS per Java.

Representa propietats en 3D.

Propietats

NameTypeAccessDescription
contourWidthdoubleReadGets or sets the extrusion contour width
extrusionHeightdoubleReadGets or sets the extrusion effect height
depthdoubleReadGets or sets the 3D shape depth
bevelTopIShapeBevelReadProvides access to the top bevel settings
bevelBottomIShapeBevelReadProvides access to the bottom bevel settings
contourColorIColorFormatReadProvides access to the extrusion contour color
extrusionColorIColorFormatRead
cameraICameraReadProvides access to the 3D camera settings
lightRigILightRigReadProvides access to the 3D light rig settings
materialMaterialPresetTypeReadGets or sets the material preset of the shape

Mètodes

SignatureDescription
getContourWidth()doubleReturns the width of an extrusion contour.
setContourWidth(value: double)Sets the width of an extrusion contour.
getExtrusionHeight()doubleReturns the height of an extrusion effect.
setExtrusionHeight(value: double)Sets the height of an extrusion effect.
getDepth()doubleReturns the depth of a 3D shape.
setDepth(value: double)Sets 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(value: MaterialPresetType)Sets the material type.
 Català