TextWrappingType Enumeration
|
Specify text wrapping type for textbox.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum TextWrappingType
Public Enumeration TextWrappingType
public enum class TextWrappingType
Members
|
|
Member name
|
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
|
|
|
Default
|
0
|
The default.
|
See Also