|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
HtmlPipeline
is in here.
See:
Description
Interface Summary | |
---|---|
CssAppliers | |
CssAppliersAware | |
TagProcessor | |
TagProcessorFactory | A TagProcessorFactory creates TagProcessors used by the XMLWorker . |
Class Summary | |
---|---|
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. |
Anchor | |
Body | |
Break | |
CssAppliersImpl | Applies CSS to an Element using the appliers from the com.itextpdf.tool.xml.css.apply . |
DefaultTagProcessorFactory | A Default implementation of the TagProcessorFactory that uses a map to store the TagProcessors. |
Div | |
DummyTagProcessor | Does nothing. |
Header | |
HeaderNode | Helper class to keep the PdfOutline structure for Headers. |
HorizontalRule | |
HTML | Contains Strings of all used HTML tags and attributes. |
HTML.Attribute | Attributes used in HTML tags. |
HTML.Attribute.Value | Possible attribute values. |
HTML.Category | Collections that combine different tags. |
HTML.Tag | All Tags used in HTML. |
HTMLUtils | |
Image | |
NonSanitizedTag | |
OrderedUnorderedList | |
OrderedUnorderedListItem | |
ParaGraph | |
Span | |
Tags |
Everything to parse HTML tags to pdf used by the HtmlPipeline
is in here.
For CSS things take a look at com.itextpdf.tool.xml.css
This package is part of iText® XMLWorker.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |