_Document.OMathBreakBin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property Microsoft::Office::Interop::Word::WdOMathBreakBin OMathBreakBin { Microsoft::Office::Interop::Word::WdOMathBreakBin get(); void set(Microsoft::Office::Interop::Word::WdOMathBreakBin value); };
public Microsoft.Office.Interop.Word.WdOMathBreakBin OMathBreakBin { get; set; }
member this.OMathBreakBin : Microsoft.Office.Interop.Word.WdOMathBreakBin with get, set
Public Property OMathBreakBin As WdOMathBreakBin
Property Value
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.