Enum FloatingWrapKind
How text wraps around a floating drawing object (ECMA-376 Part 1 §20.4.2 wrap elements).
public enum FloatingWrapKind
Fields
None = 0No wrapping; the object may overlap text (wp:wrapNone).
Square = 1Wrap around the object's rectangle (wp:wrapSquare).
Tight = 2Wrap around the object's contour (wp:wrapTight).
Through = 3Wrap around contour including holes (wp:wrapThrough).
TopAndBottom = 4Text stops above and continues below (wp:wrapTopAndBottom).