WdNumberSpacing 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 the number spacing setting for an OpenType font.
public enum class WdNumberSpacing
public enum WdNumberSpacing
type WdNumberSpacing =
Public Enum WdNumberSpacing
- Inheritance
-
WdNumberSpacing
Fields
Name | Value | Description |
---|---|---|
wdNumberSpacingDefault | 0 | Applies the default number spacing for the font. |
wdNumberSpacingProportional | 1 | Applies proportional number spacing to the font. |
wdNumberSpacingTabular | 2 | Applies tabular number spacing to the font. |