ComponentOne FlexReport for UWP
RtfFilter Class Members
Properties  Methods 

C1.UWP.Document Assembly > C1.Xaml.Document.Export Namespace : RtfFilter Class

The following tables list the members exposed by RtfFilter.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the DocumentInfo object associated with the document assigned to the current exporter. (Inherited from C1.Xaml.Document.Export.ExportFilter)
Public PropertyOverridden. Gets ExportProvider.RtfExportProvider or ExportProvider.DocxExportProvider depending on OpenXml property.  
Public PropertyGets or sets the name of the output file. The file will be created in the folder specified by the StorageFolder property. (Inherited from C1.Xaml.Document.Export.ExportFilter)
Public PropertyGets a value indicating whether multiple files were generated during export. If multiple files were generated, and the UseZipForMultipleFiles property is true, the output (stream or file) will be a zipped archive containing the generated files. The list of actual files can be retrived via OutputFiles property. (Inherited from C1.Xaml.Document.Export.ExportFilter)
Public PropertyGets or sets whether to export the file using the OpenXml format used by Microsoft Word 2007 and later.  
Public PropertyGets the list of files which were generated by the call to Export(string). Typically exporters produce a single file (e.g. RTF, XLS exporters), but some (like HTML, EMF exporters) may produce several files all of which can be then accessed through this property. (Inherited from C1.Xaml.Document.Export.ExportFilter)
Public PropertySpecifies whether the filter preserve page layout of original report or should generate continuous document.  
Public PropertyGets or sets the C1.Xaml.Document.C1PageSettings providing exporting content. (Inherited from C1.Xaml.Document.Export.ExportFilter)
Public PropertyGets the Windows.Storage.IStorageFile which can be used to show preview after export. (Inherited from C1.Xaml.Document.Export.ExportFilter)
Public PropertyGets or sets the range of pages that is to be exported. (Inherited from C1.Xaml.Document.Export.ExportFilter)
Public PropertyGets or sets a value indicating whether when saving to DOCX, Word 2007 compatible shapes format should be used. If set to false, newer Word 2010 shapes format is used, which supports more features but may yield documents that are incompatible with Word 2007 and are very slow when opened in MS Word.  
Public PropertyGets or sets a value indicating whether the options dialog should be shown to the user before exporting the document. (Inherited from C1.Xaml.Document.Export.ExportFilter)
Public PropertyGets or sets the exported file. (Inherited from C1.Xaml.Document.Export.ExportFilter)
Public PropertyGets or sets the target folder for exported file. (The file name is specified by the FileName property.) (Inherited from C1.Xaml.Document.Export.ExportFilter)
Public PropertyGets or sets the output stream. (Inherited from C1.Xaml.Document.Export.ExportFilter)
Public PropertyGets or sets a value indicating whether the output (stream or file) should be a zipped archive with the generated files, if multiple files are created during export. (Inherited from C1.Xaml.Document.Export.ExportFilter)
Top
Public Methods
 NameDescription
Public MethodOverridden.   
Public MethodDisposes the ExportFilter object. (Inherited from C1.Xaml.Document.Export.ExportFilter)
Public MethodDisplays a dialog that allows the user to edit the export options. (Inherited from C1.Xaml.Document.Export.ExportFilter)
Top
See Also

Reference

RtfFilter Class
C1.Xaml.Document.Export Namespace