Shape3DSettings Class
Contains properties that specify 3D settings of a shape.
Declaration
public class Shape3DSettings extends Text3DSettings
Inherited Members
Inheritance
Shape3DSettings()
Initializes a new instance of the Shape3DSettings class.
Declaration
public Shape3DSettings()
Methods
deepClone() Method
Clones the current Shape3DSettings instance.
Declaration
public Shape3DSettings deepClone()
Returns
| Type | Description |
|---|---|
Shape3DSettings |
The cloned |
getBottomBevelHeight() Method
Returns the height of the shape’s bottom bevel.
Declaration
public long getBottomBevelHeight()
Returns
| Type | Description |
|---|---|
| long | The height of the shape’s bottom bevel. |
getBottomBevelPreset() Method
Returns the preset type of the shape’s bottom bevel.
Declaration
public PresetBevelType getBottomBevelPreset()
Returns
| Type | Description |
|---|---|
| PresetBevelType | The bottom bevel preset of the 3D shape. |
getBottomBevelWidth() Method
Returns the width of the shape’s bottom bevel.
Declaration
public long getBottomBevelWidth()
Returns
| Type | Description |
|---|---|
| long | The width of the shape’s bottom bevel. |
getContourColor() Method
Returns the contour color of a 3D shape.
Declaration
public OfficeColor getContourColor()
Returns
| Type | Description |
|---|---|
| OfficeColor | The contour color of a 3D shape. |
getContourWidth() Method
Returns the contour width of a 3D shape.
Declaration
public long getContourWidth()
Returns
| Type | Description |
|---|---|
| long | The contour width of a 3D shape. |
getExtrusionColor() Method
Returns the color of the extrusion applied to a shape. The extrusion on a shape is an artificial height applied to the geometry.
Declaration
public OfficeColor getExtrusionColor()
Returns
| Type | Description |
|---|---|
| OfficeColor | The color of the extrusion applied to a shape. |
getExtrusionHeight() Method
Returns the height of the extrusion applied to a shape. The extrusion on a shape is an artificial height applied to the geometry.
Declaration
public long getExtrusionHeight()
Returns
| Type | Description |
|---|---|
| long | The height of the extrusion applied to a shape. |
getPresetMaterial() Method
Returns the preset material of a 3D shape.
Declaration
public PresetMaterialType getPresetMaterial()
Returns
| Type | Description |
|---|---|
| PresetMaterialType | The preset material of the 3D shape. |
getShapeDepth() Method
Returns the depth of a 3D shape.
Declaration
public long getShapeDepth()
Returns
| Type | Description |
|---|---|
| long | The depth of a 3D shape. |
getTopBevelHeight() Method
Returns the height of the shape’s top bevel.
Declaration
public long getTopBevelHeight()
Returns
| Type | Description |
|---|---|
| long | The height of the shape’s top bevel. |
getTopBevelPreset() Method
Returns the preset type of the shape’s top bevel.
Declaration
public PresetBevelType getTopBevelPreset()
Returns
| Type | Description |
|---|---|
| PresetBevelType | The top bevel preset of the 3D shape. |
getTopBevelWidth() Method
Returns the width of the shape’s top bevel.
Declaration
public long getTopBevelWidth()
Returns
| Type | Description |
|---|---|
| long | The width of the shape’s top bevel. |
setBottomBevelHeight(long value) Method
Sets the height of the shape’s bottom bevel.
Declaration
public void setBottomBevelHeight(long value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | long | The height of the shape’s bottom bevel. |
setBottomBevelPreset(PresetBevelType value) Method
Sets the bottom bevel preset of the 3D shape.
Declaration
public void setBottomBevelPreset(PresetBevelType value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | PresetBevelType | The bottom bevel preset. |
setBottomBevelWidth(long value) Method
Sets the width of the shape’s bottom bevel.
Declaration
public void setBottomBevelWidth(long value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | long | The width of the shape’s bottom bevel. |
setContourColor(OfficeColor value) Method
Sets the contour color of a 3D shape.
Declaration
public void setContourColor(OfficeColor value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | OfficeColor | The contour color of a 3D shape. |
setContourWidth(long value) Method
Sets the contour width of a 3D shape.
Declaration
public void setContourWidth(long value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | long | The contour width of a 3D shape. |
setExtrusionColor(OfficeColor value) Method
Sets the color of the extrusion applied to a shape. The extrusion on a shape is an artificial height applied to the geometry.
Declaration
public void setExtrusionColor(OfficeColor value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | OfficeColor | The color of the extrusion applied to a shape. |
setExtrusionHeight(long value) Method
Sets the height of the extrusion applied to a shape. The extrusion on a shape is an artificial height applied to the geometry.
Declaration
public void setExtrusionHeight(long value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | long | The height of the extrusion applied to a shape. |
setPresetMaterial(PresetMaterialType value) Method
Sets the preset material of the 3D shape.
Declaration
public void setPresetMaterial(PresetMaterialType value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | PresetMaterialType | The preset material. |
setShapeDepth(long value) Method
Sets the depth of a 3D shape.
Declaration
public void setShapeDepth(long value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | long | The depth of a 3D shape. |
setTopBevelHeight(long value) Method
Sets the height of the shape’s top bevel.
Declaration
public void setTopBevelHeight(long value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | long | The height of the shape’s top bevel. |
setTopBevelPreset(PresetBevelType value) Method
Sets the top bevel preset of the 3D shape.
Declaration
public void setTopBevelPreset(PresetBevelType value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | PresetBevelType | The top bevel preset. |
setTopBevelWidth(long value) Method
Sets the width of the shape’s top bevel.
Declaration
public void setTopBevelWidth(long value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | long | The width of the shape’s top bevel. |