WdWrapType Enumeration 

Specifies the wrap type for the specified shape.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdWrapType1 As WdWrapType = WdWrapType.wdWrapInline

Syntax

Public Enum WdWrapType
public enum WdWrapType
public enum class WdWrapType
public enum WdWrapType
public enum WdWrapType

Members

Member name Description
wdWrapInline In line with text.
wdWrapNone Behind text.
wdWrapSquare Square.
wdWrapThrough Through.
wdWrapTight Tight.
wdWrapTopBottom Top and bottom.

Remarks

Used with the Type property of the WrapFormat object. You can see what each wrap type looks like in the Layout tab of the Format Drawing Canvas dialog box or the Format Picture dialog box. Some types are available only by clicking the Advanced button in the dialog box.

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