WdOMathBreakBin Enum
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.
Specifies where Microsoft Office Word places binary operators when equations span two or more lines.
public enum class WdOMathBreakBin
[System.Runtime.InteropServices.Guid("8105E2B5-53C4-31C9-9EBD-75706288B16A")]
public enum WdOMathBreakBin
type WdOMathBreakBin =
Public Enum WdOMathBreakBin
- Inheritance
-
WdOMathBreakBin
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdOMathBreakBinBefore | 0 | Places the operator before a line break, at the end of the line. |
wdOMathBreakBinAfter | 1 | Places the operator after a line break, at the beginning of the following line. |
wdOMathBreakBinRepeat | 2 | 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. |