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)

Usage

Dim wdWrapSideType1 As WdWrapSideType = WdWrapSideType.wdWrapBoth

Syntax

Public Enum WdWrapSideType
public enum WdWrapSideType
public enum class WdWrapSideType
public enum WdWrapSideType
public enum WdWrapSideType

Members

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

Remarks

Used with the Side property of the WrapFormat object.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace