WdWrapTypeMerged Enumeration 

Specifies how Microsoft Word wraps text around pictures.

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

Usage

Dim wdWrapTypeMerged1 As WdWrapTypeMerged = WdWrapTypeMerged.wdWrapMergeBehind

Syntax

Public Enum WdWrapTypeMerged
public enum WdWrapTypeMerged
public enum class WdWrapTypeMerged
public enum WdWrapTypeMerged
public enum WdWrapTypeMerged

Members

Member name Description
wdWrapMergeBehind Behind text.
wdWrapMergeFront In front of text.
wdWrapMergeInline In line with text.
wdWrapMergeSquare Square.
wdWrapMergeThrough Through.
wdWrapMergeTight Tight.
wdWrapMergeTopBottom Top and bottom.

Remarks

Used with the PictureWrapType property of the Options 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