WdFrenchSpeller Enum
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.
Indicates which version of French to use when using the French language spelling checker dictionaries.
public enum class WdFrenchSpeller
[System.Runtime.InteropServices.Guid("EBFB6414-51CD-374A-9A96-5C2B0BB128CC")]
public enum WdFrenchSpeller
type WdFrenchSpeller =
Public Enum WdFrenchSpeller
- Inheritance
-
WdFrenchSpeller
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdFrenchBoth | 0 | Use both Post Reform and Pre-Reform French dictionaries when checking French language spelling. |
wdFrenchPreReform | 1 | Use only the Pre-Reform French dictionary when checking French language spelling. |
wdFrenchPostReform | 2 | Use only the Post Reform French dictionary when checking French language spelling. |