WrapFormat.Side Property

Definition

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.

public:
 property Microsoft::Office::Interop::Word::WdWrapSideType Side { Microsoft::Office::Interop::Word::WdWrapSideType get(); void set(Microsoft::Office::Interop::Word::WdWrapSideType value); };
public Microsoft.Office.Interop.Word.WdWrapSideType Side { get; set; }
member this.Side : Microsoft.Office.Interop.Word.WdWrapSideType with get, set
Public Property Side As WdWrapSideType

Property Value

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

Applies to