Document.OMathBreakBin Property

Gets or sets a value that specifies where Microsoft Office Word places binary operators when equations span two or more lines.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
Property OMathBreakBin As WdOMathBreakBin
WdOMathBreakBin OMathBreakBin { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdOMathBreakBin
One of the WdOMathBreakBin values.

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.

.NET Framework Security

See Also

Reference

Document Interface

Microsoft.Office.Tools.Word Namespace