MarkupCompatibilityProcessMode enumeration

Office 2013 and later

Specifies the mode in which to process the markup compatibility tags in the document.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
NoProcess Do not process MarkupCompatibility tags.
ProcessLoadedPartsOnly Process the loaded parts.
ProcessAllParts Process all the parts in the package.
Show: