Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

OpenXmlDocumentImporterOptions Properties

Contains options used to load (import) the document in Open XML format (MS Word 2007 default format, .docx).
Name Description
IgnoreDeletedText Specifies whether the text deleted using the MS Word Track Changes feature is ignored when loading a document in OpenXML format.
IgnoreInsertedText Specifies whether the text inserted using the MS Word Track Changes feature is ignored when loading a document in OpenXML format.
SourceUri Gets or sets the base URI for the external content of the document. Inherited from DocumentImporterOptions.
UpdateField Provides access to options that specify whether a certain document field is updated during import. Inherited from DocumentImporterOptions.
See Also