Options.StrictTaaMarboota Property

Gets or sets whether the spelling checker uses spelling rules to flag Arabic words ending with haa instead of taa marboota.

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

Syntax

'Declaration
Property StrictTaaMarboota As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.StrictTaaMarboota

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

Property Value

Type: System.Boolean
true if the spelling checker uses spelling rules to flag Arabic words ending with “haa” instead of “taa marboota”; otherwise, false.

Remarks

Read/write. Setting this property has the same effect as selecting or clearing the Enforce strict Taa Marboota check box in the Word Options dialog box (Proofing, When correcting spelling in Microsoft Office programs).

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace