Click or drag to resize
TextFormattingOptionsWordWrapMode Enumeration
Defines word wrapping strategies

Namespace: Aspose.Pdf.Text
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public enum WordWrapMode
Members
  Member nameValueDescription
NoWrap0 No wrapping is performed
DiscretionaryHyphenation1 Discretionary hyphenation is performed. Allows breaking words in the middle.
ByWords2 Word wrapping only wraps complete words. If the complete word cannot be wrapped, attempts to use discretionary hyphenation
Undefined3 WordWrapMode not set. Wrapping strategie of upper level structure (table cell, paragraph etc.) will be used.
See Also