OpenSettings Class

Definition

Represents the settings when opening a document.

C#
public class OpenSettings
Inheritance
OpenSettings

Constructors

OpenSettings()

Initializes a new instance of the OpenSettings class.

Properties

AutoSave

Gets or sets a value indicating whether to auto save document modifications. The default value is true.

CompatibilityLevel

Gets or sets a version to keep compat to

MarkupCompatibilityProcessSettings

Gets or sets the value of the markup compatibility processing mode.

MaxCharactersInPart

Gets or sets a value that indicates the maximum number of allowable characters in an Open XML part. A zero (0) value indicates that there are no limits on the size of the part. A non-zero value specifies the maximum size, in characters.

RelationshipErrorHandlerFactory

Gets or sets a delegate that is used to create a handler to rewrite relationships that are malformed. On platforms after .NET 4.5, Uri parsing will fail on malformed strings.

Applies to

Product Versions
DocumentFormat.OpenXml 2.7.1, 2.7.2, 2.8.0, 2.8.1, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.11.2, 2.11.3, 2.12.0, 2.12.1, 2.12.2, 2.12.3, 2.13.0, 2.13.1, 2.14.0, 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1