[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathBreakBinaryOperator

OMathBreakBinaryOperator Enum

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

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

Fields

Name Description
After

The line break occurs after the binary operator.

Before

The line break occurs before the binary operator.

Repeat

Duplicate the binary operator before and after the line break.