WdArabicNumeral 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 numeral style for an Arabic-language document.
public enum class WdArabicNumeral
[System.Runtime.InteropServices.Guid("E6AB5A96-2FF7-37FA-B555-65573AF645BC")]
public enum WdArabicNumeral
type WdArabicNumeral =
Public Enum WdArabicNumeral
- Inheritance
-
WdArabicNumeral
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdNumeralArabic | 0 | Arabic shape is used for numerals. |
wdNumeralHindi | 1 | Hindi shape is used for numerals. |
wdNumeralContext | 2 | Numeral shape depends on text surrounding it. |
wdNumeralSystem | 3 | Numeral shape is determined by system settings. |