| Interface | Description |
|---|---|
| HTMLTagProcessor | Deprecated |
| ImageProcessor |
Implement this interface to process images and
to indicate if the image needs to be added or
skipped.
|
| ImageProvider | |
| LinkProcessor |
Allows you to do additional processing on a Paragraph that contains a link.
|
| Class | Description |
|---|---|
| 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 | Deprecated |
| HTMLWorker | Deprecated
please switch to XML Worker instead (this is a separate project)
|
| ImageStore | |
| StyleSheet |
Old class to define styles for HTMLWorker.
|
| TableWrapper |
We use a TableWrapper because PdfPTable is rather complex
to put on the HTMLWorker stack.
|
Copyright © 2013. All rights reserved.