[]
Specifies how the subtraction operator is treated when it coincides with a line break.
public enum OMathBreakBinarySubtraction
Public Enum OMathBreakBinarySubtraction
Name | Description |
---|---|
MinusMinus | The subtraction operator is repeated before and after the line break. |
MinusPlus | The subtraction operator occurs before the line break and the sum operator occurs after line break. |
PlusMinus | The sum operator occurs before the line break and the subtraction operator occurs after line break. |