Uses of Interface
com.itextpdf.tool.xml.html.CssAppliersAware
-
Packages that use CssAppliersAware Package Description com.itextpdf.tool.xml.html Everything to parse HTML tags to pdf used by theHtmlPipelineis in here.com.itextpdf.tool.xml.html.head TagProcessor implementations for tags in HTML head.com.itextpdf.tool.xml.html.table TagProcessor implementations fortabletags.com.itextpdf.tool.xml.pipeline.html Contains pipeline stuff for HTML -
-
Uses of CssAppliersAware in com.itextpdf.tool.xml.html
Classes in com.itextpdf.tool.xml.html that implement CssAppliersAware Modifier and Type Class Description classAbstractTagProcessorAbstract 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 implementingTagProcessorto benefit from auto fontsize metric conversion to pt and page-break-before/after insertion.classAnchorclassBodyclassBreakclassDivclassHeaderclassHorizontalRuleclassImageclassNonSanitizedTagclassOrderedUnorderedListclassOrderedUnorderedListItemclassParaGraphclassSpan -
Uses of CssAppliersAware in com.itextpdf.tool.xml.html.head
Classes in com.itextpdf.tool.xml.html.head that implement CssAppliersAware Modifier and Type Class Description classLinkThe Link TagProcessor will try to add the content of a <link> that has the attribute type set to "text/css" to theCssResolverPipelineCSS.classMetaSupports detection of: <meta http-equiv="Content-Type" content="text/html;charset=utf-8" > charset is parsed and used as encoding for StringsclassStyleThe Style TagProcessor will try to add the content of a <style> to theCssResolverPipelineCSS.classTitleclassXML -
Uses of CssAppliersAware in com.itextpdf.tool.xml.html.table
Classes in com.itextpdf.tool.xml.html.table that implement CssAppliersAware Modifier and Type Class Description classTableclassTableDataclassTableRow -
Uses of CssAppliersAware in com.itextpdf.tool.xml.pipeline.html
Classes in com.itextpdf.tool.xml.pipeline.html that implement CssAppliersAware Modifier and Type Class Description classHtmlPipelineContextThe CustomContext object for the HtmlPipeline.
Use this to configure yourHtmlPipeline.
-