C# Class PdfRpt.Core.Helper.HtmlToPdf.SimpleElementsCollector

Collects XMLWorker's parsed elements.
Inheritance: IElementHandler
Exibir arquivo Open project: VahidN/PdfReport Class Usage Examples

Public Methods

Method Description
Add ( IWritable htmlElement ) : void

Intercepting the XMLWorker's parser and collecting its interpreted pdf elements.

SimpleElementsCollector ( ) : iTextSharp.text

Collects XMLWorker's parsed elements.

Method Details

Add() public method

Intercepting the XMLWorker's parser and collecting its interpreted pdf elements.
public Add ( IWritable htmlElement ) : void
htmlElement IWritable
return void

SimpleElementsCollector() public method

Collects XMLWorker's parsed elements.
public SimpleElementsCollector ( ) : iTextSharp.text
return iTextSharp.text