IThreeDFormat
General
IThreeDFormat és una interfície en Aspose.Slides FOSS per Java.
Representa propietats en 3D.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
contourWidth | double | Read | Gets or sets the extrusion contour width |
extrusionHeight | double | Read | Gets or sets the extrusion effect height |
depth | double | Read | Gets or sets the 3D shape depth |
bevelTop | IShapeBevel | Read | Provides access to the top bevel settings |
bevelBottom | IShapeBevel | Read | Provides access to the bottom bevel settings |
contourColor | IColorFormat | Read | Provides access to the extrusion contour color |
extrusionColor | IColorFormat | Read | |
camera | ICamera | Read | Provides access to the 3D camera settings |
lightRig | ILightRig | Read | Provides access to the 3D light rig settings |
material | MaterialPresetType | Read | Gets or sets the material preset of the shape |
Mètodes
| 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. |