C# Class Reports.Importer.DeltaImportReport

Generates the report based on the result of the Delta import
Inheritance: ReportTools
Mostra file Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Public Methods

Method Description
CreateDocument ( Document importResult ) : void

Fills the document whith the result of the import

DeltaImportReport ( MigraDoc.DocumentObjectModel.Document doc ) : Importer.RtfDeltaImporter

Constructor

Private Methods

Method Description
ValidText ( string text ) : string

Shortens the text provided if greated than a given bound

Method Details

CreateDocument() public method

Fills the document whith the result of the import
public CreateDocument ( Document importResult ) : void
importResult Importer.RtfDeltaImporter.Document
return void

DeltaImportReport() public method

Constructor
public DeltaImportReport ( MigraDoc.DocumentObjectModel.Document doc ) : Importer.RtfDeltaImporter
doc MigraDoc.DocumentObjectModel.Document
return Importer.RtfDeltaImporter