Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / WrapMode Enumeration

In This Topic
    WrapMode Enumeration
    In This Topic
    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