MatchAlefHamza Property
True if find operations match text with matching alef hamzas in an Arabic language document. Read/write Boolean.
expression.MatchAlefHamza
expression Required. An expression that returns a Find object.
Remarks
For more information on using Word with right-to-left languages, see Word features for right-to-left languages .
Example
This example sets the current find operation to match alef hamzas.
Selection.Find.MatchAlefHamza = True
Applies to | Find Object
See Also