Click or drag to resize

MarkupCompatibilityAttributes Class

Defines the Markup Compatibility Attributes.
Inheritance Hierarchy
SystemObject
  DocumentFormat.OpenXmlMarkupCompatibilityAttributes

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public class MarkupCompatibilityAttributes

The MarkupCompatibilityAttributes type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyIgnorable Gets or sets a whitespace-delimited list of prefixes, where each prefix identifies an ignorable namespace.
Public propertyMustUnderstand Gets or sets a whitespace-delimited list of prefixes that identify a set of namespace names.
Public propertyPreserveAttributes Gets or sets a whitespace-delimited list of attribute qualified names that identify expanded names of attributes. The attributes were suggested by a markup producer for preservation by markup editors.
Public propertyPreserveElements Gets or sets a whitespace-delimited list of element qualified names that identify the expanded names of elements. The elements are suggested by a markup producer for preservation by markup editors, even if the elements themselves are ignored.
Public propertyProcessContent Gets or sets a whitespace-delimited list of element-qualified names that identify the expanded names of elements. The content of the elements shall be processed, even if the elements themselves are ignored.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also