Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
addElement ( IElement divChildElement ) : void | ||
fixNestedTablesRunDirection ( IElement element ) : void |
It's necessary to fix the RTL of the final PdfPTables.
|
public RtlElementsCollector ( ) : iTextSharp.text | ||
return | iTextSharp.text |