[]
        
(Showing Draft Content)

C1.C1Preview.Export.DocxExportProvider

DocxExportProvider Class

Describes export to DOCX (Open XML) format.

Namespace: C1.C1Preview.Export
Assembly: C1.PrintDocument.8.dll
Syntax
public class DocxExportProvider : RtfExportProvider

Constructors

Name Description
DocxExportProvider()

Properties

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.

Methods

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.

See Also