Table of Contents

Enum FloatingWrapKind

Namespace
DocWright.Core.Document
Assembly
DocWright.Core.dll

How text wraps around a floating drawing object (ECMA-376 Part 1 §20.4.2 wrap elements).

public enum FloatingWrapKind

Fields

None = 0

No wrapping; the object may overlap text (wp:wrapNone).

Square = 1

Wrap around the object's rectangle (wp:wrapSquare).

Tight = 2

Wrap around the object's contour (wp:wrapTight).

Through = 3

Wrap around contour including holes (wp:wrapThrough).

TopAndBottom = 4

Text stops above and continues below (wp:wrapTopAndBottom).