Package | Description |
---|---|
com.itextpdf.tool.xml |
XMLWorker package provides a framework to parse XML to PDF with iText.
|
com.itextpdf.tool.xml.css.apply |
Contains classes that can apply css rules on certain
Element s. |
com.itextpdf.tool.xml.html |
Everything to parse HTML tags to pdf used by the
HtmlPipeline is in here. |
com.itextpdf.tool.xml.html.head |
TagProcessor implementations for tags in HTML head.
|
com.itextpdf.tool.xml.html.table |
TagProcessor implementations for
table tags. |
com.itextpdf.tool.xml.pipeline.html |
Contains pipeline stuff for HTML
|
Class and Description |
---|
TagProcessorFactory
A TagProcessorFactory creates TagProcessors used by the
XMLWorker . |
Class and Description |
---|
CssApplier
An interface for applying custom rules to a certain tag.
|
CssAppliers |
Class and Description |
---|
AbstractTagProcessor
Abstract TagProcessor that allows setting the configuration object to a
protected member variable.
Implements TagProcessor.startElement(WorkerContext, Tag) and
TagProcessor.endElement(WorkerContext, Tag, List) to calculate font sizes and add
new pages if needed.Extend from this class instead of implementing TagProcessor to
benefit from auto fontsize metric conversion to pt and
page-break-before/after insertion. |
CssApplier
An interface for applying custom rules to a certain tag.
|
CssAppliers |
CssAppliersAware |
CssAppliersImpl
Applies CSS to an Element using the appliers from the
com.itextpdf.tool.xml.css.apply . |
HeaderNode
Helper class to keep the PdfOutline structure for Headers.
|
TagProcessor |
TagProcessorFactory
A TagProcessorFactory creates TagProcessors used by the
XMLWorker . |
Class and Description |
---|
AbstractTagProcessor
Abstract TagProcessor that allows setting the configuration object to a
protected member variable.
Implements TagProcessor.startElement(WorkerContext, Tag) and
TagProcessor.endElement(WorkerContext, Tag, List) to calculate font sizes and add
new pages if needed.Extend from this class instead of implementing TagProcessor to
benefit from auto fontsize metric conversion to pt and
page-break-before/after insertion. |
CssAppliersAware |
TagProcessor |
Class and Description |
---|
AbstractTagProcessor
Abstract TagProcessor that allows setting the configuration object to a
protected member variable.
Implements TagProcessor.startElement(WorkerContext, Tag) and
TagProcessor.endElement(WorkerContext, Tag, List) to calculate font sizes and add
new pages if needed.Extend from this class instead of implementing TagProcessor to
benefit from auto fontsize metric conversion to pt and
page-break-before/after insertion. |
CssAppliersAware |
TagProcessor |
Class and Description |
---|
CssAppliers |
CssAppliersAware |
TagProcessor |
TagProcessorFactory
A TagProcessorFactory creates TagProcessors used by the
XMLWorker . |
Copyright © 2017. All rights reserved.