WdWrapSideType Enumeration

Specifies whether the document text should wrap on both sides of the specified shape, on either the left or right side only, or on the side of the shape that is farthest from the page margin.

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

Syntax

'Declaration
Public Enumeration WdWrapSideType
'Usage
Dim instance As WdWrapSideType
public enum WdWrapSideType

Members

Member name Description
wdWrapBoth Both sides of the specified shape.
wdWrapLeft Left side of shape only.
wdWrapRight Right side of shape only.
wdWrapLargest Side of the shape that is farthest from the page margin.

Remarks

Used with the Side property of the WrapFormat object.

See Also

Reference

Microsoft.Office.Interop.Word Namespace