Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.