Specifies how text shall wrap around the floating object's left and right sides.

Namespace: Docentric.Documents.ObjectModel.Shapes
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.