Class Summary |
CellWrapper |
We use a CellWrapper because we need some extra info
that isn't available in PdfPCell. |
ChainedProperties |
Stores the hierarchy of tags along with the attributes of each tag. |
ElementFactory |
Factory that produces iText Element objects,
based on tags and their properties. |
HTMLTagProcessors |
This class maps tags such as div and span to their corresponding
TagProcessor classes. |
HTMLWorker |
|
ImageStore |
|
StyleSheet |
|
TableWrapper |
We use a TableWrapper because PdfPTable is rather complex
to put on the HTMLWorker stack. |