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)

Syntax

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

Members

Member name Description
wdWrapSquare Wraps text around the shape. Line continuation is on the opposite side of the shape.
wdWrapTight Tight.
wdWrapThrough Through.
wdWrapNone Behind text.
wdWrapTopBottom Top and bottom.
wdWrapBehind Places shape behind text.
wdWrapFront Places shape in front of text.
wdWrapInline In line with text.

Remarks

Used with the Type property of the WrapFormatobject. 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