WdOMathBreakSub 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 how Microsoft Office Word handles a subtraction operator that falls before a line break.
public enum class WdOMathBreakSub
[System.Runtime.InteropServices.Guid("C9C18CC3-9DA7-3869-9B10-283F57937F60")]
public enum WdOMathBreakSub
type WdOMathBreakSub =
Public Enum WdOMathBreakSub
- Inheritance
-
WdOMathBreakSub
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdOMathBreakSubMinusMinus | 0 | Repeats a minus sign that ends before a line break at the beginning of the next line. Default. |
wdOMathBreakSubPlusMinus | 1 | 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 | 2 | 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. |