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

XMLWorker does not support RTL by default. so we need to collect the parsed elements first and then wrap them with a RTL table.
상속: IElementHandler
파일 보기 프로젝트 열기: VahidN/PdfReport 1 사용 예제들

공개 메소드들

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

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

RtlElementsCollector ( ) : iTextSharp.text

XMLWorker does not support RTL by default. so we need to collect the parsed elements first and then wrap them with a RTL table.

비공개 메소드들

메소드 설명
addElement ( IElement divChildElement ) : void
fixNestedTablesRunDirection ( IElement element ) : void

It's necessary to fix the RTL of the final PdfPTables.

메소드 상세

Add() 공개 메소드

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

RtlElementsCollector() 공개 메소드

XMLWorker does not support RTL by default. so we need to collect the parsed elements first and then wrap them with a RTL table.
public RtlElementsCollector ( ) : iTextSharp.text
리턴 iTextSharp.text