Upravit

Sdílet prostřednictvím


WdWrapTypeMerged Enum

Definition

Specifies how Microsoft Word wraps text around pictures.

public enum class WdWrapTypeMerged
[System.Runtime.InteropServices.Guid("A1A8CFC6-7D77-3CA4-98EF-A456D50B540D")]
public enum WdWrapTypeMerged
type WdWrapTypeMerged = 
Public Enum WdWrapTypeMerged
Inheritance
WdWrapTypeMerged
Attributes

Fields

Name Value Description
wdWrapMergeInline 0

In line with text.

wdWrapMergeSquare 1

Square.

wdWrapMergeTight 2

Tight.

wdWrapMergeBehind 3

Behind text.

wdWrapMergeFront 4

In front of text.

wdWrapMergeThrough 5

Through.

wdWrapMergeTopBottom 6

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.

Applies to