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)

Usage

Dim wrapFormat1 As WrapFormat

Dim returnValue As WdWrapSideType
returnValue = wrapFormat1.Side

Dim sampleValue As WdWrapSideType
wrapFormat1.Side = sampleValue

Syntax

Property Side() As WdWrapSideType
WdWrapSideType Side {get; set;}
property WdWrapSideType^ Side{
    WdWrapSideType^ get();
    Void set(WdWrapSideType^);
}
public WdWrapSideType get_Side();
public void set_Side(WdWrapSideType);
function get Side() : WdWrapSideType;
function set Side(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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

WrapFormat Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

WrapFormat Members