TextWrappingStyle Enum |
Docentric Toolkit Help
Send Feedback |
Specifies if and how text is wrapped around a floating element.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum TextWrappingStyle
Member name | Description |
---|---|
BehindText | Put floating element behind text. |
InFrontOfText | Put floating element in front of text. |
InLineWithText | Puts an element in line with text. |
Square | Wrap text as square around floating element. |
Through | Wrap text tight and inside open parts of the floating element. |
Tight | Wrap text tight to the floating element. |
TopAndBottom | Put text above and below of the floating element. |