Skip to main content
A newer version of this page is available. .

CompatibilityMode Enum

Lists modes that specify the compatibility of the document being exported with different Microsoft Word versions.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

public enum CompatibilityMode

Members

Name Description
ModeNotSpecified

Compatibility mode is not specified.

Mode11

The resulting document is compatible with Microsoft Word® 2003.

Mode12

The resulting document is compatible with Microsoft Word® 2007.

Mode14

The resulting document is compatible with Microsoft Word® 2010.

Mode15

The resulting document is compatible with Microsoft Word® 2013.

Related API Members

The following properties accept/return CompatibilityMode values:

See Also