WdNumberForm 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 form setting for an OpenType font.
public enum class WdNumberForm
public enum WdNumberForm
type WdNumberForm =
Public Enum WdNumberForm
- Inheritance
-
WdNumberForm
Fields
Name | Value | Description |
---|---|---|
wdNumberFormDefault | 0 | Applies the default number form for the font. |
wdNumberFormLining | 1 | Applies the lining number form to the font. |
wdNumberFormOldStyle | 2 | Applies the "old-style" number form to the font. |
Remarks
Numbers in OpenType fonts that support these properties can be displayed either with alignment above the baseline of the text (called "lining") or with descenders crossing below the baseline (called "hanging" or "old style"). Use the NumberForm property to set the number form for a font.