Find.MatchAlefHamza Property

Word Developer Reference

True if find operations match text with matching alef hamzas in an Arabic language document. Read/write Boolean.

Syntax

expression.MatchAlefHamza

expression   An expression that returns a Find object.

Example

This example sets the current find operation to match alef hamzas.

Visual Basic for Applications
  Selection.Find.MatchAlefHamza = True

See Also