ThreeDFormat.SetExtrusionDirection Method

Sets the direction that the extrusion's sweep path takes away from the extruded shape.

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

Syntax

'Declaration
Sub SetExtrusionDirection ( _
    PresetExtrusionDirection As MsoPresetExtrusionDirection _
)
'Usage
Dim instance As ThreeDFormat
Dim PresetExtrusionDirection As MsoPresetExtrusionDirection

instance.SetExtrusionDirection(PresetExtrusionDirection)
void SetExtrusionDirection(
    MsoPresetExtrusionDirection PresetExtrusionDirection
)

Parameters

  • PresetExtrusionDirection
    Type: MsoPresetExtrusionDirection
    Required MsoPresetExtrusionDirection.
    Can be one of these MsoPresetExtrusionDirection constants:
    msoExtrusionTop
    msoExtrusionTopRight
    msoExtrusionBottom
    msoExtrusionBottomLeft
    msoExtrusionBottomRight
    msoExtrusionLeft
    msoExtrusionNone
    msoExtrusionRight
    msoExtrusionTopLeft
    msoPresetExtrusionDirectionMixed

Remarks

This method sets the PresetExtrusionDirection property to the direction specified by the PresetExtrusionDirection argument.

See Also

Reference

ThreeDFormat Interface

ThreeDFormat Members

Microsoft.Office.Interop.Word Namespace