_Document.OMathBreakBin Property
Returns or sets a WdOMathBreakBin enumeration value that represents where Microsoft Office Word places binary operators when equations span two or more lines. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property OMathBreakBin As WdOMathBreakBin
Get
Set
'Usage
Dim instance As _Document
Dim value As WdOMathBreakBin
value = instance.OMathBreakBin
instance.OMathBreakBin = value
WdOMathBreakBin OMathBreakBin { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdOMathBreakBin
WdOMathBreakBin
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.