MarkupCompatibilityProcessMode Enumeration

Defines MarkupCompatibilityProcessMode - the Mode on how to process the Markup Compatibility tags in the document.

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

Syntax

'Declaration
Public Enumeration MarkupCompatibilityProcessMode
'Usage
Dim instance As MarkupCompatibilityProcessMode
public enum MarkupCompatibilityProcessMode

Members

Member name Description
NoProcess Do not process MarkupCompatibility tags.
ProcessLoadedPartsOnly Process the loaded parts.
ProcessAllParts Process all the parts in the package.

See Also

Reference

DocumentFormat.OpenXml.Packaging Namespace