[]
        
(Showing Draft Content)

C1.WPF.Document.Export.RtfStructureFilter

RtfStructureFilter Class

Abstract base class for RTF/DOCX filters (C1Word and GsWord).

Inheritance
RtfStructureFilter
Implements
Namespace: C1.WPF.Document.Export
Assembly: C1.WPF.Document.dll
Syntax
public abstract class RtfStructureFilter : StructureFilter, IDisposable

Constructors

Name Description
RtfStructureFilter()

Properties

Name Description
ExportProvider

Gets RtfExportProvider or DocxExportProvider depending on OpenXml property.

OpenXml

Gets or sets whether to export the file using the OpenXml format used by Microsoft Word 2007 and later.

Paged

Specifies whether the filter preserve page layout of original report or should generate continuous document.

ShapesWord2007Compatible

Gets 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.

Methods

Name Description
CanExportRange(OutputRangeType)

Tests whether the ExportFilter can handle the specified type of document pages' range. The default implementation of this method returns true if the specified range type is All, false otherwise.