ThreeDFormat.SetThreeDFormat Method

Sets the preset extrusion format. Each preset extrusion format contains a set of preset values for the various properties of the extrusion.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub SetThreeDFormat ( _
    PresetThreeDFormat As MsoPresetThreeDFormat _
)
'Usage
Dim instance As ThreeDFormat
Dim PresetThreeDFormat As MsoPresetThreeDFormat

instance.SetThreeDFormat(PresetThreeDFormat)
void SetThreeDFormat(
    MsoPresetThreeDFormat PresetThreeDFormat
)

Parameters

  • PresetThreeDFormat
    Type: MsoPresetThreeDFormat
    Required MsoPresetThreeDFormat. Specifies a preset extrusion format that corresponds to one of the options (numbered from left to right, top to bottom) displayed when you click the 3-D button on the Drawing toolbar.
    Can be one of these MsoPresetThreeDFormat constants. Note that specifying msoPresetThreeDFormatMixed for this argument causes an error.
    msoThreeD1
    msoThreeD11
    msoThreeD13
    msoThreeD15
    msoThreeD17
    msoThreeD19
    msoThreeD20
    msoThreeD4
    msoThreeD6
    msoThreeD8
    msoPresetThreeDFormatMixed
    msoThreeD10
    msoThreeD12
    msoThreeD14
    msoThreeD16
    msoThreeD18
    msoThreeD2
    msoThreeD3
    msoThreeD5
    msoThreeD7
    msoThreeD9

Remarks

This method sets the PresetThreeDFormat property to the format specified by the PresetThreeDFormat argument.

See Also

Reference

ThreeDFormat Interface

ThreeDFormat Members

Microsoft.Office.Interop.Word Namespace