[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.BreakClear

Enum BreakClear

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

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.

public enum BreakClear

Fields

All = 3

Restart on next full line.

Left = 1

Restart in next text region when in leftmost position.

None = 0

Restart on next line.

Right = 2

Restart in next text region when in rightmost position.