WdWrapType Enum

Definition

Specifies the wrap type for the specified shape.

public enum class WdWrapType
[System.Runtime.InteropServices.Guid("C500DDD8-DC7F-30B8-8816-5D28D9F1DED1")]
public enum WdWrapType
type WdWrapType = 
Public Enum WdWrapType
Inheritance
WdWrapType
Attributes

Fields

wdWrapBehind 5

Places shape behind text.

wdWrapFront 3

Places shape in front of text.

wdWrapInline 7

In line with text.

wdWrapNone 3

Behind text.

wdWrapSquare 0

Wraps text around the shape. Line continuation is on the opposite side of the shape.

wdWrapThrough 2

Through.

wdWrapTight 1

Tight.

wdWrapTopBottom 4

Top and bottom.

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.

Applies to