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