DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BreakType Enumeration

BreakType Enumeration
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
 
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