Enum ImageWrapKind
How text wraps around an anchored image (ECMA-376 Part 1 §20.4.2 wrap elements).
public enum ImageWrapKind
Fields
None = 0No wrapping; the image overlaps text (wp:wrapNone).
Square = 1Text wraps around the bounding box (wp:wrapSquare).
Tight = 2Text wraps the wrap polygon (wp:wrapTight).
Through = 3Text wraps both sides of the wrap polygon, including holes (wp:wrapThrough).
TopAndBottom = 4Text stops above and resumes below the image (wp:wrapTopAndBottom).