WdOMathBreakBin Enumeration
Word Developer Reference |
Specifies where Microsoft Office Word places binary operators when equations span two or more lines.
Version Information
Version Added: Word 2007
Name | Value | Description |
---|---|---|
wdOMathBreakBinAfter | 1 | Places the operator after a line break, at the beginning of the following line. |
wdOMathBreakBinBefore | 0 | Places the operator before a line break, at the end of the line. |
wdOMathBreakBinRepeat | 2 | Repeats the operator before a line break at the end of the line and after a line break at the beginning of the following line. |
Remarks
Use these constants with the OMathBreakBin property.