Click or drag to resize

TextWrappingStyle Enumeration

Specify text wrapping style for object.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum TextWrappingStyle
Members
Member name Value Description
Inline 0 Inline text wrapping style
TopAndBottom 1 TopAndBottom text wrapping style
Square 2 Square text wrapping style
InFrontOfText 3 No text wrapping style
Tight 4 Tight text wrapping style
Through 5 Through text wrapping style
Behind 6 Behind text wrapping style
None 3 None
See Also