[]
        
(Showing Draft Content)

C1.Document.Export.RtfExportProvider

RtfExportProvider Class

Describes export to RTF format.

Inheritance
RtfExportProvider
Namespace: C1.Document.Export
Assembly: C1.Document.dll
Syntax
public class RtfExportProvider : ExportProvider

Constructors

Name Description
RtfExportProvider()

Properties

Name Description
DefaultExtension

Gets the default filename extension for the current export format. This implementation returns "rtf".

FormatName

Gets a short description of the RTF export format.

OptionsFormClass

Gets the type of form which is used to edit the export options by default.

SupportedDocumentInfoFields

Gets the combination of flags indicating which fields of the DocumentInfo class are supported by the current export format. This implementation returns the combination of Author, Creator, Title, Operator, Subject, Keywords, CreationTime, RevisionTime, Manager, Company and Comment.

Methods

Name Description
NewExporter()

Creates a new Exporter object. When overridden in a derived class, returns an instance of a specialized class derived from ExportFilter.