OpenXmlValidator Members
Include Protected Members
Include Inherited Members
Defines the OpenXmlValidator.
The OpenXmlValidator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OpenXmlValidator() | Initializes a new instance of the OpenXmlValidator. | |
OpenXmlValidator(FileFormatVersions) | Initializes a new instance of the OpenXmlValidator. |
Top
Properties
Name | Description | |
---|---|---|
FileFormat | Gets the target file format to be validated against. | |
MaxNumberOfErrors | Gets or sets the maximum number of errors the OpenXmlValidator will return. Default is 1000. A zero (0) value means no limitation. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate(OpenXmlElement) | Validates the specified element. | |
Validate(OpenXmlPackage) | Validates the specified document. | |
Validate(OpenXmlPart) | Validates the specified content in the OpenXmlPart. |
Top