Options.ArabicNumeral Property

Word Developer Reference

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

Syntax

expression.ArabicNumeral

expression   Required. A variable that represents an Options collection.

Example

This example sets the numeral style to Hindi.

Visual Basic for Applications
  Options.ArabicNumeral = wdNumeralHindi

See Also