WdOMathBreakSub Enumeration

Specifies how Microsoft Office Word handles a subtraction operator that falls before a line break.

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

Syntax

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

Members

Member name Description
wdOMathBreakSubMinusMinus Repeats a minus sign that ends before a line break at the beginning of the next line. Default.
wdOMathBreakSubPlusMinus Inserts a plus sign at the end of the first line, before the line break, and a minus sign at the beginning of the following line, before the number.
wdOMathBreakSubMinusPlus Inserts a minus sign at the end of the first line, before the line break, and a plus sign at the beginning of the following line, before the number.

See Also

Reference

Microsoft.Office.Interop.Word Namespace