C# 클래스 PdfRpt.Core.Helper.HtmlToPdf.SimpleElementsCollector

Collects XMLWorker's parsed elements.
상속: IElementHandler
파일 보기 프로젝트 열기: VahidN/PdfReport 1 사용 예제들

공개 메소드들

메소드 설명
Add ( IWritable htmlElement ) : void

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

SimpleElementsCollector ( ) : iTextSharp.text

Collects XMLWorker's parsed elements.

메소드 상세

Add() 공개 메소드

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

SimpleElementsCollector() 공개 메소드

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