[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.WrapType

Enum WrapType

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Specifies the wrap type of a shape.

public enum WrapType

Fields

Inline = 0

The shape is inline with the text, and affects the line height and layout of its line (like a character glyph of similar size)

None = 1

The shape does not cause any text wrapping within the document contents based on its display location. In effect, this value places the shape in one of two locations:

If the BehindText property is true, then the shape is positioned behind the text as it is normally displayed.

If the BehindText property is false, then the shape is positioned in front of the text as it is normally displayed.

Square = 2

Text wraps around a virtual rectangle bounding the shape.

Through = 3

Text wraps around the wrapping polygon bounding the shape and it allows text to wrap within the shape's maximum left and right extents.

Tight = 4

Text wraps around the wrapping polygon bounding the shape and it does not allow text to wrap within the shape's maximum left and right extents.

TopBottom = 5

Text wraps around the top and bottom of the shape, but not around its left or right edges.