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
| Name | Type | Access | Description |
|---|---|---|---|
contourWidth | double | Read | Represents the contour width of the 3D format |
extrusionHeight | double | Read | Represents the extrusion height of the 3D format |
depth | double | Read | Represents the depth of the 3D format |
bevelTop | IShapeBevel | Read | Provides access to the top bevel of the 3D format |
bevelBottom | IShapeBevel | Read | Provides access to the bottom bevel of the 3D format |
contourColor | IColorFormat | Read | Provides access to the contour color format of the 3D format |
extrusionColor | IColorFormat | Read | Provides access to the extrusion color format of the 3D format |
camera | ICamera | Read | Provides access to the camera settings of the 3D format |
lightRig | ILightRig | Read | Provides access to the light rig settings of the 3D format |
material | MaterialPresetType | Read | Represents the material preset type of the 3D format |
Methods
| Signature | Description |
|---|---|
ThreeDFormat(parentElement: Element, saveCallback: Runnable) | Creates a new ThreeDFormat. |
ThreeDFormat() | Creates a ThreeDFormat with no initial state. |
getContourWidth() → double | Returns the contour width of the 3D shape |
setContourWidth(value: double) | Sets the contour width of the 3D shape |
getExtrusionHeight() → double | Returns the extrusion height of the 3D shape |
setExtrusionHeight(value: double) | Sets the extrusion height of the 3D shape |
getDepth() → double | |
setDepth(value: double) | |
getBevelTop() → IShapeBevel | Returns the top bevel settings of the 3D shape |
getBevelBottom() → IShapeBevel | Returns the bottom bevel settings of the 3D shape |
getContourColor() → IColorFormat | Returns the contour color format of the 3D shape |
getExtrusionColor() → IColorFormat | Returns the extrusion color format of the 3D shape |
getCamera() → ICamera | Returns the camera configuration for the 3D shape |
getLightRig() → ILightRig | Returns the light rig configuration for the 3D shape |
getMaterial() → MaterialPresetType | Returns the material preset type applied to the 3D shape |
setMaterial(value: MaterialPresetType) | Sets the material preset type for the 3D shape |