WrapFormat.Side Property

Returns or sets a value that indicates 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's farthest from the page margin.

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

Syntax

'Declaration
Property Side As WdWrapSideType
    Get
    Set
'Usage
Dim instance As WrapFormat
Dim value As WdWrapSideType

value = instance.Side

instance.Side = value
WdWrapSideType Side { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdWrapSideType

Remarks

If the text wraps on only one side of the shape, there's a text-free area between the other side of the shape and the page margin.

WdWrapSideType can be one of these WdWrapSideType constants:

wdWrapBoth

wdWrapLargest

wdWrapLeft

wdWrapRight

See Also

Reference

WrapFormat Interface

WrapFormat Members

Microsoft.Office.Interop.Word Namespace