Document.OMathBreakBin property (Word)

Returns or sets a WdOMathBreakBin constant that represents where Microsoft 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

Document Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.