ArabicNumeral Property

Microsoft Word Visual Basic

Show All

ArabicNumeral Property

       

Returns or sets the numeral style for an Arabic language document. Read/write WdArabicNumeral.

WdArabicNumeral can be one of these WdArabicNumeral constants.
wdNumeralArabic
wdNumeralHindi
wdNumeralContext
wdNumeralSystem

expression.ArabicNumeral

expression   Required. An expression that returns an Options object.

Remarks

For more information on using Microsoft Word with right-to-left languages, see Word features for right-to-left languages.

Example

This example sets the numeral style to Hindi.

Options.ArabicNumeral = wdNumeralHindi