Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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