[]
Specifies how binary operators are treated when they coincide with a line break.
public enum OMathBreakBinaryOperator
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.