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)

Syntax

'Declaration
Public Enumeration WdWrapTypeMerged
'Usage
Dim instance As WdWrapTypeMerged
public enum WdWrapTypeMerged

Members

Member name Description
wdWrapMergeInline In line with text.
wdWrapMergeSquare Square.
wdWrapMergeTight Tight.
wdWrapMergeBehind Behind text.
wdWrapMergeFront In front of text.
wdWrapMergeThrough Through.
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.

See Also

Reference

Microsoft.Office.Interop.Word Namespace