TextWrappingSides Enum |
Docentric Toolkit Help
Send Feedback |
Specifies how text shall wrap around the floating object's left and right sides.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum TextWrappingSides
Member name | Description |
---|---|
Both | Specifies that text shall wrap around both sides of the object. |
Largest | Specifies that text shall only wrap around the largest side of the object. |
Left | Specifies that text shall only wrap around the left side of the object. |
Right | Specifies that text shall only wrap around the right side of the object. |