Méthode | 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.
|
Méthode | Description | |
---|---|---|
addElement ( IElement divChildElement ) : void | ||
fixNestedTablesRunDirection ( IElement element ) : void |
It's necessary to fix the RTL of the final PdfPTables.
|
public Add ( IWritable htmlElement ) : void | ||
htmlElement | IWritable | |
Résultat | void |
public RtlElementsCollector ( ) : iTextSharp.text | ||
Résultat | iTextSharp.text |