[]
Specifies how text wraps around the sides of an anchored object.
public enum WrapSide
Public Enum WrapSide
| Name | Description |
|---|---|
| Both | Text wraps on both sides of an anchored object. |
| Far | Text wraps on the far side only. |
| Largest | Text wraps on the side of an anchored object that is farthest from the margin. |
| Near | Text wraps on the near side only. |
| None | Text does not wrap on any side of an anchored object. |