WdFrenchSpeller Enumeration

Indicates which version of French to use when using the French language spelling checker dictionaries.

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

Syntax

'Declaration
Public Enumeration WdFrenchSpeller
'Usage
Dim instance As WdFrenchSpeller
public enum WdFrenchSpeller

Members

Member name Description
wdFrenchBoth Use both Post Reform and Pre-Reform French dictionaries when checking French language spelling.
wdFrenchPreReform Use only the Pre-Reform French dictionary when checking French language spelling.
wdFrenchPostReform Use only the Post Reform French dictionary when checking French language spelling.

See Also

Reference

Microsoft.Office.Interop.Word Namespace