Uses of Package
com.itextpdf.tool.xml.html
-
Packages that use com.itextpdf.tool.xml.html 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 certainElement
s.com.itextpdf.tool.xml.html Everything to parse HTML tags to pdf used by theHtmlPipeline
is in here.com.itextpdf.tool.xml.html.head TagProcessor implementations for tags in HTML head.com.itextpdf.tool.xml.html.table TagProcessor implementations fortable
tags.com.itextpdf.tool.xml.pipeline.html Contains pipeline stuff for HTML -
Classes in com.itextpdf.tool.xml.html used by com.itextpdf.tool.xml Class Description TagProcessorFactory A TagProcessorFactory creates TagProcessors used by theXMLWorker
. -
Classes in com.itextpdf.tool.xml.html used by com.itextpdf.tool.xml.css.apply Class Description CssApplier An interface for applying custom rules to a certain tag.CssAppliers -
Classes in com.itextpdf.tool.xml.html used by com.itextpdf.tool.xml.html Class Description AbstractTagProcessor Abstract TagProcessor that allows setting the configuration object to a protected member variable.
ImplementsTagProcessor.startElement(WorkerContext, Tag)
andTagProcessor.endElement(WorkerContext, Tag, List)
to calculate font sizes and add new pages if needed.
Extend from this class instead of implementingTagProcessor
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 thecom.itextpdf.tool.xml.css.apply
.DefaultTagProcessorFactory.FactoryObject Internal Object to keep TagProcessors.HeaderNode Helper class to keep the PdfOutline structure for Headers.TagProcessor TagProcessorFactory A TagProcessorFactory creates TagProcessors used by theXMLWorker
. -
Classes in com.itextpdf.tool.xml.html used by com.itextpdf.tool.xml.html.head Class Description AbstractTagProcessor Abstract TagProcessor that allows setting the configuration object to a protected member variable.
ImplementsTagProcessor.startElement(WorkerContext, Tag)
andTagProcessor.endElement(WorkerContext, Tag, List)
to calculate font sizes and add new pages if needed.
Extend from this class instead of implementingTagProcessor
to benefit from auto fontsize metric conversion to pt and page-break-before/after insertion.CssAppliersAware TagProcessor -
Classes in com.itextpdf.tool.xml.html used by com.itextpdf.tool.xml.html.table Class Description AbstractTagProcessor Abstract TagProcessor that allows setting the configuration object to a protected member variable.
ImplementsTagProcessor.startElement(WorkerContext, Tag)
andTagProcessor.endElement(WorkerContext, Tag, List)
to calculate font sizes and add new pages if needed.
Extend from this class instead of implementingTagProcessor
to benefit from auto fontsize metric conversion to pt and page-break-before/after insertion.CssAppliersAware TagProcessor -
Classes in com.itextpdf.tool.xml.html used by com.itextpdf.tool.xml.pipeline.html Class Description CssAppliers CssAppliersAware TagProcessor TagProcessorFactory A TagProcessorFactory creates TagProcessors used by theXMLWorker
.