Specifies what side(s) of the shape or picture the text wraps around.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2026.4.2
SyntaxPublic Enumeration WrapSide
Members| Member name | Value | Description |
|---|
| Both | 0 |
The document text wraps on both sides of the shape.
|
| Left | 1 |
The document text wraps on the left side of the shape only.
There is a text free area on the right of the shape.
|
| Right | 2 |
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.
|
| Largest | 3 |
The document text wraps on the side of the shape that is farthest from the page margin,
leaving text free area on the other side of the shape.
|
See Also