WdWrapSideType Enum

Definition

Specifies whether the document text should wrap on both sides of the specified shape, on either the left or right side only, or on the side of the shape that is farthest from the page margin.

public enum class WdWrapSideType
[System.Runtime.InteropServices.Guid("9C46779B-5D34-399B-8F02-1FD193FDE323")]
public enum WdWrapSideType
type WdWrapSideType = 
Public Enum WdWrapSideType
Inheritance
WdWrapSideType
Attributes

Fields

wdWrapBoth 0

Both sides of the specified shape.

wdWrapLargest 3

Side of the shape that is farthest from the page margin.

wdWrapLeft 1

Left side of shape only.

wdWrapRight 2

Right side of shape only.

Remarks

Used with the Side property of the WrapFormat object.

Applies to