PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / WordWrapMode Enumeration

In This Topic
    WordWrapMode Enumeration
    In This Topic
    Specifies how to break words when lines of text wrap.
    Syntax
    'Declaration
     
    Public Enum WordWrapMode 
       Inherits System.Enum
    public enum WordWrapMode : System.Enum 
    Members
    MemberDescription
    BreakWordA word can be split at any position if needed.
    NormalDefault. A word is not split unless it is too long to fit within the boundaries of the container by itself.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.WordWrapMode

    See Also