C# Класс Reports.Importer.DeltaImportReport

Generates the report based on the result of the Delta import
Наследование: ReportTools
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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