[]
Describes export to DOCX (Open XML) format.
public class DocxExportProvider : RtfExportProvider
| Name | Description |
|---|---|
| DocxExportProvider() |
| Name | Description |
|---|---|
| DefaultExtension | Gets the default filename extension for the current export format. This implementation returns "docx". |
| DefaultOptionsFormClass | Gets the type of form which is used to edit export options by default. This implementation returns DocxOptionsForm type. |
| FormatName | Gets a short description of the DOCX export format. |
| PreferredOrdinal | Specifies the preferred ordinal of the export format in "save as..." and similar dialogs. This implementation returns 31. |
| Name | Description |
|---|---|
| CanExportObject(object) | Tests whether the specified object represents a document that can be exported by an RtfExporter. |
| CanExportType(Type) | Tests whether documents of the specified type can be exported by the current export provider. |
| NewExporter() | Creates a new instance of the RtfExporter class, and sets the OpenXmlDocument property on that instance to true. |