ThreeDFormat
ThreeDFormat class
Represents a shape’s three-dimensional formatting.
Properties
| Name | Type | Description |
|---|---|---|
| BevelBottomHeight | DoubleValue | Specifies the height of the bottom bevel on a 3D shape. |
| BevelBottomType | BevelType | Specifies the preset bevel type for the bottom bevel on a 3D shape |
| BevelBottomWidth | DoubleValue | Specifies the width of the bottom bevel on a 3D shape. |
| BevelContourColor | ColorValue | Specifies the color of the outline on a 3D shape |
| BevelContourSize | DoubleValue | Specifies the thickness of the outline on a 3D shape |
| BevelDepthColor | ColorValue | Specifies the extrusion color on a 3D shape |
| BevelDepthSize | DoubleValue | Specifies the extrusion depth on a 3D shape |
| BevelLightingAngle | DoubleValue | Specifies the direction for lighting on a 3D shape. |
| BevelLightingType | BevelLightingType | Specifies the preset type of lighting on a 3D shape |
| BevelMaterialType | BevelMaterialType | Specifies the preset surface appearance on a 3D shape |
| BevelTopHeight | DoubleValue | Specifies the height of the top bevel on a 3D shape |
| BevelTopWidth | DoubleValue | Specifies the width of the top bevel on a 3D shape. |
| BevelTopType | BevelType | Specifies the preset bevel type for the top bevel on a 3D shape |
| DistanceFromGround | DoubleValue | Specifies the distance that a shape with 3D rotation properties |
| Perspective | DoubleValue | Specifies the angle of view for a shape with 3D rotation properties |
| RotationType | RotationType | Specifies the type of projection of the effect properties of a shape. |
| RotationXAngle | DoubleValue | Specifies the counterclockwise rotation angle of a shape around the y-axis. |
| RotationYAngle | DoubleValue | Specifies the counterclockwise rotation angle of a shape around the x-axis |
| RotationZAngle | DoubleValue | Specifies the counterclockwise rotation angle of a shape around the z-axis. |
| KeepTextFlat | BoolValue | Specifies whether 3D rotation properties apply to the text of a shape |
Methods
| Name | Description |
|---|---|
| equals |
ThreeDFormat.BevelBottomHeight property
Specifies the height of the bottom bevel on a 3D shape.
Type: DoubleValue
ThreeDFormat.BevelBottomType property
Specifies the preset bevel type for the bottom bevel on a 3D shape
Type: BevelType
ThreeDFormat.BevelBottomWidth property
Specifies the width of the bottom bevel on a 3D shape.
Type: DoubleValue
ThreeDFormat.BevelContourColor property
Specifies the color of the outline on a 3D shape
Type: ColorValue
ThreeDFormat.BevelContourSize property
Specifies the thickness of the outline on a 3D shape
Type: DoubleValue
ThreeDFormat.BevelDepthColor property
Specifies the extrusion color on a 3D shape
Type: ColorValue
ThreeDFormat.BevelDepthSize property
Specifies the extrusion depth on a 3D shape
Type: DoubleValue
ThreeDFormat.BevelLightingAngle property
Specifies the direction for lighting on a 3D shape.
Type: DoubleValue
ThreeDFormat.BevelLightingType property
Specifies the preset type of lighting on a 3D shape
Type: BevelLightingType
ThreeDFormat.BevelMaterialType property
Specifies the preset surface appearance on a 3D shape
Type: BevelMaterialType
ThreeDFormat.BevelTopHeight property
Specifies the height of the top bevel on a 3D shape
Type: DoubleValue
ThreeDFormat.BevelTopWidth property
Specifies the width of the top bevel on a 3D shape.
Type: DoubleValue
ThreeDFormat.BevelTopType property
Specifies the preset bevel type for the top bevel on a 3D shape
Type: BevelType
ThreeDFormat.DistanceFromGround property
Specifies the distance that a shape with 3D rotation properties
Type: DoubleValue
ThreeDFormat.Perspective property
Specifies the angle of view for a shape with 3D rotation properties
Type: DoubleValue
ThreeDFormat.RotationType property
Specifies the type of projection of the effect properties of a shape.
Type: RotationType
ThreeDFormat.RotationXAngle property
Specifies the counterclockwise rotation angle of a shape around the y-axis.
Type: DoubleValue
ThreeDFormat.RotationYAngle property
Specifies the counterclockwise rotation angle of a shape around the x-axis
Type: DoubleValue
ThreeDFormat.RotationZAngle property
Specifies the counterclockwise rotation angle of a shape around the z-axis.
Type: DoubleValue
ThreeDFormat.KeepTextFlat property
Specifies whether 3D rotation properties apply to the text of a shape
Type: BoolValue
equals(obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object |