Find.MatchKashida Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if find operations match text with matching kashidas in an Arabic language document.
public:
property bool MatchKashida { bool get(); void set(bool value); };
public bool MatchKashida { get; set; }
member this.MatchKashida : bool with get, set
Public Property MatchKashida As Boolean
Property Value
Remarks
This property returns True if find operations match text with matching kashidas in an Arabic language document, and False if not. Set the property value to True or False to enable or disable the functionality.