[]
Describes export to RTF format.
public class RtfExportProvider : ExportProvider
Name | Description |
---|---|
RtfExportProvider() |
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. |
Name | Description |
---|---|
NewExporter() | Creates a new Exporter object. When overridden in a derived class, returns an instance of a specialized class derived from ExportFilter. |