IThreeDFormat
Overview
IThreeDFormat is a interface in Aspose.Slides FOSS for Java.
Inherits from: IThreeDParamSource.
Represents 3-D properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
contourWidth | double | Read | Returns the width of an extrusion contour. |
extrusionHeight | double | Read | Returns the height of an extrusion effect. |
depth | double | Read | Returns the depth of a 3D shape. |
bevelTop | IShapeBevel | Read | Returns the top bevel. |
bevelBottom | IShapeBevel | Read | Returns the bottom bevel. |
contourColor | IColorFormat | Read | Returns the contour color. |
extrusionColor | IColorFormat | Read | Returns the extrusion color. |
camera | ICamera | Read | Returns the camera settings. |
lightRig | ILightRig | Read | Returns the light rig settings. |
material | MaterialPresetType | Read | Returns the material type. |
Methods
| Signature | Description |
|---|---|
getContourWidth() → double | Returns the width of an extrusion contour. |
setContourWidth(value: double) | Sets the width of an extrusion contour. |
getExtrusionHeight() → double | Returns the height of an extrusion effect. |
setExtrusionHeight(value: double) | Sets the height of an extrusion effect. |
getDepth() → double | Returns the depth of a 3D shape. |
setDepth(value: double) | Sets the depth of a 3D shape. |
getBevelTop() → IShapeBevel | Returns the top bevel. |
getBevelBottom() → IShapeBevel | Returns the bottom bevel. |
getContourColor() → IColorFormat | Returns the contour color. |
getExtrusionColor() → IColorFormat | Returns the extrusion color. |
getCamera() → ICamera | Returns the camera settings. |
getLightRig() → ILightRig | Returns the light rig settings. |
getMaterial() → MaterialPresetType | Returns the material type. |
setMaterial(value: MaterialPresetType) | Sets the material type. |