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

In This Topic
    BreakClear Enumeration
    In This Topic
    Specifies the location that shall be used as the next available line when the Break.Type has a value of BreakType.TextWrapping. This value only affects the restart location when the current run is being displayed on a line that does not span the full text extents due to the presence of a floating object.
    Syntax
    'Declaration
     
    Public Enum BreakClear 
       Inherits System.Enum
    public enum BreakClear : System.Enum 
    Members
    MemberDescription
    All Restart on next full line.
    Left Restart in next text region when in leftmost position.
    None Restart on next line.
    Right Restart in next text region when in rightmost position.
    Inheritance Hierarchy

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

    See Also