[]
        
(Showing Draft Content)

C1.WPF.Document.Export.RtfExportProvider

RtfExportProvider Class

Describes export to RTF format.

Inheritance
RtfExportProvider
Namespace: C1.WPF.Document.Export
Assembly: C1.WPF.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.

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