IThreeDFormat — Aspose.Slides FOSS Java API Reference
IThreeDFormat — Represents 3-D properties.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
contourWidth | double | Read/Write | |
extrusionHeight | double | Read/Write | |
depth | double | Read/Write | |
bevelTop | IShapeBevel | Read/Write | |
bevelBottom | IShapeBevel | Read/Write | |
contourColor | IColorFormat | Read/Write | |
extrusionColor | IColorFormat | Read/Write | |
camera | ICamera | Read/Write | |
lightRig | ILightRig | Read/Write | |
material | MaterialPresetType | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getContourWidth() | double | Returns the width of an extrusion contour. |
setContourWidth(double value) | void | Sets the width of an extrusion contour. |
getExtrusionHeight() | double | Returns the height of an extrusion effect. |
setExtrusionHeight(double value) | void | Sets the height of an extrusion effect. |
getDepth() | double | Returns the depth of a 3D shape. |
setDepth(double value) | void | 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(MaterialPresetType value) | void | Sets the material type. |