Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BreakType Enumeration

In This Topic
    BreakType Enumeration
    In This Topic
    Specifies the type of a break.

    The break type determines the next location where text shall be placed after this manual break is applied to the text contents.

    Syntax
    'Declaration
     
    Public Enum BreakType 
       Inherits System.Enum
    public enum BreakType : System.Enum 
    Members
    MemberDescription
    Column Column break.
    Page Page break.
    TextWrapping Line break.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.BreakType

    See Also