WdCompatibilityMode 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.
Specifies the compatibility mode that Word 2010 uses when opening a document.
public enum class WdCompatibilityMode
public enum WdCompatibilityMode
type WdCompatibilityMode =
Public Enum WdCompatibilityMode
- Inheritance
-
WdCompatibilityMode
Fields
Name | Value | Description |
---|---|---|
wdWord2003 | 11 | Word 2010 is put into a mode that is most compatible with Word 2003. Features new to Word 2010 are disabled in this mode. |
wdWord2007 | 12 | Word 2010 is put into a mode that is most compatible with Word 2007. Features new to Word 2010 are disabled in this mode. |
wdWord2010 | 14 | All Word 2010 features are enabled. |
wdWord2013 | 15 | Default. All Word 2013 features are enabled. |
wdCurrent | 65535 | Compatibility mode equivalent to the latest version of Word. |