Specify text wrapping style for object.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum TextWrappingStyle
Public Enumeration TextWrappingStyle
public enum class TextWrappingStyle
type TextWrappingStyle

Members

MemberValueDescription
Inline0
Inline text wrapping style
TopAndBottom1
TopAndBottom text wrapping style
Square2
Square text wrapping style
InFrontOfText3
No text wrapping style
Tight4
Tight text wrapping style
Through5
Through text wrapping style
Behind6
Behind text wrapping style
None-1

See Also