TextWrappingStyle Enum
Specifies how text is wrapped around a floating element.
Remarks
Fields
BehindText | Put floating element behind text. |
InFrontOfText | Put floating element in front of 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. |