C# 클래스 Reports.Importer.DeltaImportReport

Generates the report based on the result of the Delta import
상속: ReportTools
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs 1 사용 예제들

공개 메소드들

메소드 설명
CreateDocument ( Document importResult ) : void

Fills the document whith the result of the import

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

Constructor

비공개 메소드들

메소드 설명
ValidText ( string text ) : string

Shortens the text provided if greated than a given bound

메소드 상세

CreateDocument() 공개 메소드

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

DeltaImportReport() 공개 메소드

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