Options.StrictInitialAlefHamza Property

Word Developer Reference

True if the spelling checker uses spelling rules regarding Arabic words beginning with an alef hamza. Read/write Boolean.

Syntax

expression.StrictInitialAlefHamza

expression   An expression that returns an Options object.

Example

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

Visual Basic for Applications
  Options.StrictInitialAlefHamza = True

See Also