Specify text wrapping type for textbox.
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 TextWrappingType
Public Enumeration TextWrappingType
public enum class TextWrappingType
type TextWrappingType
Members
| Member | Value | Description |
|---|---|---|
| Both | 0 |
Wrap text both sides
|
| Left | 1 |
Wrap text left side
|
| Right | 2 |
Wrap text right side
|
| Largest | 3 |
Wrap text largest
|