OpenXmlDocumentExporterOptions Properties
Contains options used to save (export) the document in DOCX format (Microsoft Word 2007 default format, .docx).| Name | Description |
|---|---|
| AllowAlternateStyleNames | Gets or sets whether the alternate names (aliases) for built-in styles are allowed in the exported file. |
| AlternateImageFolder | Specifies the directory in which the document images should be saved. |
| ExportCompatibilitySettings | Gets or sets whether to export the document compatibility settings. |
| ExportedDocumentProperties | Gets or sets the document properties being exported. Inherited from DocumentExporterOptions. |
| LimitBookmarkNameTo40Chars | Gets or sets whether bookmark names longer than 40 characters should be automatically renamed in the exported file. |
| LimitFontNameTo31Chars | Gets or sets whether font names longer than 31 characters should be truncated in the exported file. |
| LimitStyleNameTo253Chars | Gets or sets whether style with names longer than 253 characters should be automatically renamed in the exported file. |
| TargetUri | Gets or sets the URI of the document being exported. Inherited from DocumentExporterOptions. |
See Also