Options.StrictRussianE 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.
Gets or sets whether the spelling checker uses spelling rules regarding Russian words that use the strict ë character.
public:
property bool StrictRussianE { bool get(); void set(bool value); };
public bool StrictRussianE { get; set; }
member this.StrictRussianE : bool with get, set
Public Property StrictRussianE As Boolean
Property Value
true if the spelling checker uses spelling rules regarding Russian words that use the strict ë character; otherwise, false.
Remarks
Read/write. Setting this property has the same effect as checking or unchecking the Russian: Enforce strict ë checkbox in the Word Options dialog (Proofing, When correcting spelling in Microsoft Office programs).