ThreeDFormat class

ThreeDFormat class

Represents 3-D properties.

Inheritance:ThreeDFormatPVIObject

The ThreeDFormat type exposes the following members:

Properties

PropertyDescription
contour_widthReturns or sets the width of a 3D contour.
Read/write float.
extrusion_heightReturns or sets the height of an extrusion effect.
Read/write float.
depthReturns or sets the depth of a 3D shape.
Read/write float.
bevel_topReturns or sets the type of a top 3D bevel.
Read-only IShapeBevel.
bevel_bottomReturns or sets the type of a bottom 3D bevel.
Read-only IShapeBevel.
contour_colorReturns or sets the color of a contour.
Read-only IColorFormat.
extrusion_colorReturns or sets the color of an extrusion.
Read-only IColorFormat.
cameraReturns or sets the settings of a camera.
Read-only ICamera.
light_rigReturns or sets the type of a light.
Read-only ILightRig.
materialReturns or sets the type of a material.
Read/write MaterialPresetType.
slide
presentation

Methods

MethodDescription
get_effectiveGets effective 3-D formatting data with the inheritance applied.

Examples

The following example shows how to add 3D shape in PowerPoint Presentation.

        The following example shows how to apply Gradient affect to 3D shape in PowerPoint Presentation.

        The following example shows how to apply 3D effect on text. For creating a 3D text its possible to use WordArt transform effect.

See Also