Document.OMathBreakBin Property

Word Developer Reference

Returns or sets a WdOMathBreakBin constant that represents where Microsoft Office Word places binary operators when equations span two or more lines. Read/write.

Syntax

expression.OMathBreakBin

expression   An expression that returns a Document object.

Remarks

When the equation breaks on a binary operator—for example, an addition, subtraction, or multiplication operator—there are three different placements of the operator: before the break, after the break, and repeated both before and after the break.

When this property is set to wdOMathBreakBinRepeat, use the OMathBreakSub property to specify how Word treats subtraction operators that appear before a line break.

See Also