C# Class Reports.Importer.DeltaImportReport

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

Méthodes publiques

Méthode Description
CreateDocument ( Document importResult ) : void

Fills the document whith the result of the import

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

Constructor

Private Methods

Méthode Description
ValidText ( string text ) : string

Shortens the text provided if greated than a given bound

Method Details

CreateDocument() public méthode

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

DeltaImportReport() public méthode

Constructor
public DeltaImportReport ( MigraDoc.DocumentObjectModel.Document doc ) : Importer.RtfDeltaImporter
doc MigraDoc.DocumentObjectModel.Document
Résultat Importer.RtfDeltaImporter