Specify text wrapping style for object.
Namespace: Spire.Doc.DocumentsAssembly: 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
| Member | 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 | -1 |