GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BreakClear Enumeration

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