WdOMathBreakBin Enumeration

Specifies where Microsoft Office Word places binary operators when equations span two or more lines.

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

Syntax

'Declaration
Public Enumeration WdOMathBreakBin
'Usage
Dim instance As WdOMathBreakBin
public enum WdOMathBreakBin

Members

Member name Description
wdOMathBreakBinBefore Places the operator before a line break, at the end of the line.
wdOMathBreakBinAfter Places the operator after a line break, at the beginning of the following line.
wdOMathBreakBinRepeat Repeats the operator before a line break at the end of the line and after a line break at the beginning of the following line.

See Also

Reference

Microsoft.Office.Interop.Word Namespace