Upravit

Sdílet prostřednictvím


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

Name Value Description
wdWrapSquare 0

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

wdWrapTight 1

Tight.

wdWrapThrough 2

Through.

wdWrapFront 3

Places shape in front of text.

wdWrapNone 3

Behind text.

wdWrapTopBottom 4

Top and bottom.

wdWrapBehind 5

Places shape behind text.

wdWrapInline 7

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.

Applies to