Specifies what side(s) of the shape or picture the text wraps around.
[Visual Basic]
Public Enum WrapSide
Remarks
Members
| Member Name | Description | Value |
| Both | The document text wraps on both sides of the shape. | 0 |
| Left | The document text wraps on the left side of the shape only. There is a text free area on the right of the shape. | 1 |
| Right | The document text wraps on the right side of the shape only. There is a text free area on the left side of the shape. | 2 |
| Largest | The document text wraps on the side of the shape that is fartherst from the page margin, leaving text free area on the other side of the shape. | 3 |
| Default | Default value is Both. | 0 |
Requirements
Namespace: Aspose.Words.Drawing
Assembly: Aspose.Words (in Aspose.Words.dll)
See Also
Aspose.Words.Drawing Namespace | WrapSide