Documents for PDF, .NET Edition Documentation
WrapMode Enumeration

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace : WrapMode Enumeration
Specifies how text lines are broken to avoid text overflowing the layout box.
Syntax
'Declaration
 
Public Enum WrapMode 
   Inherits System.Enum
public enum WrapMode : System.Enum 
Members
MemberDescription
CharWrapText lines can be broken at the grapheme cluster boundaries (see Unicode Standard Annex #29).
NoWrapText lines can not be broken.
WordWrapText lines are broken in accordance with the Unicode line breaking algorithm (see Unicode Standard Annex #14).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Text.WrapMode

See Also

Reference

GrapeCity.Documents.Text Namespace