[]
Specifies how binary operators are treated when they coincide with a line break.
public enum OMathBreakBinaryOperator
After = 1The line break occurs after the binary operator.
Before = 0The line break occurs before the binary operator.
Repeat = 2Duplicate the binary operator before and after the line break.