[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathBreakBinaryOperator

Enum OMathBreakBinaryOperator

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

Specifies how binary operators are treated when they coincide with a line break.

public enum OMathBreakBinaryOperator

Fields

After = 1

The line break occurs after the binary operator.

Before = 0

The line break occurs before the binary operator.

Repeat = 2

Duplicate the binary operator before and after the line break.