OpenSettings Class

Definition

Represents the settings when opening a document.

public class OpenSettings
type OpenSettings = class
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