ThreeDFormat Members

Include Protected Members
Include Inherited Members

Represents a shape's three-dimensional formatting.

The ThreeDFormat type exposes the following members.

Methods

  Name Description
Public method IncrementRotationHorizontal Horizontally rotates a shape on the x-axis using the specified incrementation value.
Public method IncrementRotationVertical Vertically rotates a shape on the y-axis using the specified incrementation value.
Public method IncrementRotationX Changes the rotation of the specified shape around the x-axis by the specified number of degrees.
Public method IncrementRotationY Changes the rotation of the specified shape around the y-axis by the specified number of degrees.
Public method IncrementRotationZ Rotates a shape on the z-axis using the specified incrementation.
Public method 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 doesn't reset the rotation around the z-axis.
Public method SetExtrusionDirection Sets the direction that the extrusion's sweep path takes away from the extruded shape.
Public method SetPresetCamera Sets the camera presets for a shape.
Public method SetThreeDFormat Sets the preset extrusion format. Each preset extrusion format contains a set of preset values for the various properties of the extrusion.

Top

Properties

  Name Description
Public property Application Returns a Application object that represents the Microsoft Word application.
Public property BevelBottomDepth Returns or sets a Single that represents the depth of the bottom bevel. Read/write.
Public property BevelBottomInset Returns or sets a Single that represents the inset size for the bottom bevel. Read/write.
Public property BevelBottomType Returns or sets an MsoPresetCamera constant that represents the bevel type for the bottom bevel. Read/write.
Public property BevelTopDepth Returns or sets a Single that represents the depth of the top bevel. Read/write.
Public property BevelTopInset Returns or sets a Single that represents the inset size for the top bevel. Read/write.
Public property BevelTopType Returns or sets an MsoPresetCamera constant that represents the bevel type for the top bevel. Read/write.
Public property ContourColor Returns or sets a ColorFormat object that represents color of the contour of a shape. Read/write.
Public property ContourWidth Returns or sets a Single that represents the width of the contour of a shape. Read/write.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property Depth Returns or sets the depth of the shape's extrusion. Can be a value from – 600 through 9600 (positive values produce an extrusion whose front face is the original shape; negative values produce an extrusion whose back face is the original shape).
Public property ExtrusionColor Returns a ColorFormat object that represents the color of the shape's extrusion.
Public property 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.
Public property FieldOfView Returns or sets a Single that represents the amount of perspective for a shape. Read/write.
Public property LightAngle Returns or sets a Single that represents angle of the lighting. Read/write.
Public property Parent Returns an object that represents the parent object of the specified object.
Public property Perspective MsoTrue if the extrusion appears in perspective— that is, if the walls of the extrusion narrow toward a vanishing point. MsoFalse if the extrusion is a parallel, or orthographic, projection— that is, if the walls don't narrow toward a vanishing point.
Public property PresetCamera Returns an MsoPresetCamera constant that represents the camera presets. Read-only.
Public property PresetExtrusionDirection Returns the direction taken by the extrusion's sweep path leading away from the extruded shape (the front face of the extrusion).
Public property PresetLighting Returns or sets an MsoBevelType constant that represents the lighting preset. Read/write.
Public property PresetLightingDirection Returns or sets the position of the light source relative to the extrusion.
Public property PresetLightingSoftness Returns or sets the intensity of the extrusion lighting.
Public property PresetMaterial Returns or sets the extrusion surface material.
Public property PresetThreeDFormat Returns the preset extrusion format.
Public property ProjectText Returns or sets an MsoTriState constant that represents whether text on a shape rotates with shape. msoTrue() rotates the text. Read/write.
Public property RotationX Returns or sets the rotation of the extruded shape around the x-axis in degrees. Can be a value from – 90 through 90. A positive value indicates upward rotation; a negative value indicates downward rotation.
Public property RotationY Returns or sets the rotation of the extruded shape around the y-axis, in degrees. Can be a value from – 90 through 90. A positive value indicates rotation to the left; a negative value indicates rotation to the right.
Public property RotationZ Returns or sets a Single that represents z-axis rotation of the camera. Read/write.
Public property Visible True if the specified object, or the formatting applied to it, is visible.
Public property Z Returns or sets a Single that represents the z-axis for the shape. Read/write.

Top

See Also

Reference

ThreeDFormat Interface

Microsoft.Office.Interop.Word Namespace