WdOMathSpacingRule 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 spacing for an equation.
public enum class WdOMathSpacingRule
[System.Runtime.InteropServices.Guid("8DBAA8CB-E1D0-3531-AD9E-9E8F08E651CA")]
public enum WdOMathSpacingRule
type WdOMathSpacingRule =
Public Enum WdOMathSpacingRule
- Inheritance
-
WdOMathSpacingRule
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdOMathSpacingSingle | 0 | Single spacing. |
wdOMathSpacing1pt5 | 1 | One and half spaces for each line. |
wdOMathSpacingDouble | 2 | Double spacing. |
wdOMathSpacingExactly | 3 | Exact spacing measurement. |
wdOMathSpacingMultiple | 4 | Custom spacing measurement. |