Table of Contents

Enum ImageWrapKind

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

How text wraps around an anchored image (ECMA-376 Part 1 §20.4.2 wrap elements).

public enum ImageWrapKind

Fields

None = 0

No wrapping; the image overlaps text (wp:wrapNone).

Square = 1

Text wraps around the bounding box (wp:wrapSquare).

Tight = 2

Text wraps the wrap polygon (wp:wrapTight).

Through = 3

Text wraps both sides of the wrap polygon, including holes (wp:wrapThrough).

TopAndBottom = 4

Text stops above and resumes below the image (wp:wrapTopAndBottom).