ThreeDFormat Members
Include Protected Members
Include Inherited Members
Represents a shape's three-dimensional formatting.
The ThreeDFormat type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
BevelBottomDepth | Returns or sets the bottom bevel height for the specified ThreeDFormat object, in points. Read/write. | |
BevelBottomInset | Returns or sets the bottom bevel inset for the specified ThreeDFormat object, in points. Read/write. | |
BevelBottomType | Returns or set the bottom bevel type. Read/write. | |
BevelTopDepth | Returns or sets the top bevel height for the specified ThreeDFormat object, in points. Read/write. | |
BevelTopInset | Returns or sets the top bevel inset for the specified ThreeDFormat object, in points. Read/write. | |
BevelTopType | Returns or set the top bevel type. Read/write. | |
ContourColor | Returns a ColorFormat object that represents the color of the specified ThreeDFormat object's contour. Read-only. | |
ContourWidth | Returns or sets the width of the contour around the specified ThreeDFormat object, in points. Read/write. | |
Creator | Returns a 64-bit signed integer that represents the four-character creator code for the application in which the specified object was created. For example, if the object was created in Microsoft PowerPoint, this property returns the hexadecimal number 50575054. Read-only. | |
Depth | Returns or sets the depth of the shape's extrusion. Read/write. | |
ExtrusionColor | Returns a ColorFormat object that represents the color of the shape's extrusion. Read-only. | |
ExtrusionColorType | Returns or sets a value that indicates whether the extrusion color is based on the extruded shape's fill (the front face of the extrusion) and automatically changes when the shape's fill changes, or whether the extrusion color is independent of the shape's fill. Read/write. | |
FieldOfView | Returns or sets the camera field of view for the specified ThreeDFormat object, in degrees. Read/write. | |
LightAngle | Sets or returns the angle at which light impacts the shape whose three-dimensional format is represented by the specified object. Read/write. | |
Parent | Returns the parent object for the specified object. | |
Perspective | Determines whether the extrusion appears in perspective. Read/write. | |
PresetCamera | Returns the effects camera type used by the specified ThreeDFormat object. Read-only. | |
PresetExtrusionDirection | Returns the direction that the extrusion's sweep path takes away from the extruded shape (the front face of the extrusion). Read-only. | |
PresetLighting | Returns or sets the effects lighting used by the specified ThreeDFormat object. Read/write. | |
PresetLightingDirection | Returns or sets the position of the light source relative to the extrusion. Read/write. | |
PresetLightingSoftness | Returns or sets the intensity of the extrusion lighting. Read/write. | |
PresetMaterial | Returns or sets the extrusion surface material. Read/write. | |
PresetThreeDFormat | Returns the preset extrusion format. Read-only | |
ProjectText | Specifies whether text on the specified ThreeDFormat object rotates with the object. Read/write. | |
RotationX | Returns or sets the rotation of the extruded shape around the x-axis, in degrees. Read/write. | |
RotationY | Returns or sets the rotation of the extruded shape around the y-axis, in degrees. Read/write. | |
RotationZ | Returns or sets the rotation of the effects camera for the specified ThreeDFormat object, in degrees. Read/write. | |
Visible | Returns or sets the visibility of the specified object or the formatting applied to the specified object. Read/write. | |
Z | Returns or sets the distance the specified ThreeDFormat object is moved away from the ground plane, in points. Read/write. |
Top
Methods
Name | Description | |
---|---|---|
IncrementRotationHorizontal | Rotates the ThreeDFormat object along the horizontal axis by the specified number of degrees. | |
IncrementRotationVertical | Rotates the ThreeDFormat object along the vertical axis by the specified number of degrees. | |
IncrementRotationX | Changes the rotation of the specified shape around the x-axis by the specified number of degrees. | |
IncrementRotationY | Changes the rotation of the specified shape around the y-axis by the specified number of degrees. | |
IncrementRotationZ | Rotates the ThreeDFormat object around the ground plane by the specified number of degrees. | |
ResetRotation | Resets the extrusion rotation around the x-axis and the y-axis to 0 (zero) so that the front of the extrusion faces forward. This method does not reset the rotation around the z-axis. | |
SetExtrusionDirection | Sets the direction that the extrusion's sweep path takes away from the extruded shape. | |
SetPresetCamera | Specifies the effects camera type and rotation to use for the specified ThreeDFormat object. | |
SetThreeDFormat | Sets the preset extrusion format. |
Top