Options.ArabicMode Property

Word Developer Reference

Returns or sets the mode for the Arabic spelling checker. Read/write WdAraSpeller.

Syntax

expression.ArabicMode

expression   Required. A variable that represents an Options collection.

Example

This example sets the spelling checker to ignore spelling rules regarding Arabic words beginning with an alef hamza.

Visual Basic for Applications
  Options.ArabicMode = wdInitialAlef

See Also