[]
Specifies how the subtraction operator is treated when it coincides with a line break.
public enum OMathBreakBinarySubtraction
MinusMinus = 0
The subtraction operator is repeated before and after the line break.
MinusPlus = 1
The subtraction operator occurs before the line break and the sum operator occurs after line break.
PlusMinus = 2
The sum operator occurs before the line break and the subtraction operator occurs after line break.