Find.MatchAlefHamza Property

Determines if find operations match text with matching alef hamzas in an Arabic language document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property MatchAlefHamza As Boolean
    Get
    Set
'Usage
Dim instance As Find
Dim value As Boolean

value = instance.MatchAlefHamza

instance.MatchAlefHamza = value
bool MatchAlefHamza { get; set; }

Property Value

Type: System.Boolean

Remarks

This property returns True if find operations match text with matching alef hamzas in an Arabic language document, and False if not. Set the property value to True or False to enable or disable the functionality.

See Also

Reference

Find Interface

Find Members

Microsoft.Office.Interop.Word Namespace