[]
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. |
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 instance of the RtfFilter class where OpenXml is false. |