[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.WrapSide

Enum WrapSide

Namespace
GrapeCity.Documents.Text
Assembly
GcDocs.Imaging.dll

Specifies how text wraps around the sides of an anchored object.

public enum WrapSide

Fields

Both = 0

Text wraps on both sides of an anchored object.

Far = 2

Text wraps on the far side only.

Largest = 3

Text wraps on the side of an anchored object that is farthest from the margin.

Near = 1

Text wraps on the near side only.

None = 4

Text does not wrap on any side of an anchored object.