TextFormattingOptionsWordWrapMode Enumeration |
Defines word wrapping strategies
Namespace: Aspose.Pdf.TextAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
SyntaxPublic Enumeration WordWrapMode
public enum class WordWrapMode
Members
| Member name | Value | Description |
---|
| NoWrap | 0 |
No wrapping is performed
|
| DiscretionaryHyphenation | 1 |
Discretionary hyphenation is performed. Allows breaking words in the middle.
|
| ByWords | 2 |
Word wrapping only wraps complete words.
If the complete word cannot be wrapped, attempts to use discretionary hyphenation
|
| Undefined | 3 |
WordWrapMode not set.
Wrapping strategie of upper level structure (table cell, paragraph etc.) will be used.
|
See Also