Document.OMathBreakSub 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.
Gets or sets a value that specifies how Microsoft Office Word handles a subtraction operator that falls before a line break.
public:
property Microsoft::Office::Interop::Word::WdOMathBreakSub OMathBreakSub { Microsoft::Office::Interop::Word::WdOMathBreakSub get(); void set(Microsoft::Office::Interop::Word::WdOMathBreakSub value); };
public Microsoft.Office.Interop.Word.WdOMathBreakSub OMathBreakSub { get; set; }
member this.OMathBreakSub : Microsoft.Office.Interop.Word.WdOMathBreakSub with get, set
Public Property OMathBreakSub As WdOMathBreakSub
Property Value
One of the WdOMathBreakSub values.
Remarks
This property is used only when the OMathBreakBin property is set to wdOMathBreakBinRepeat. Subtraction sometimes receives special treatment when a line break falls on a subtraction operator and the document setting is to repeat the subtraction operator on the following line, because two negatives make a positive. Some writers choose to convert one of the minus signs into a plus sign, and some choose to keep the two negatives.