[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.BreakClear

BreakClear Enum

Specifies the location that shall be used as the next available line when the Type has a value of 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.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public enum BreakClear
Public Enum BreakClear

Fields

Name Description
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.