Uses of Interface
com.itextpdf.tool.xml.css.apply.PageSizeContainable
-
Packages that use PageSizeContainable Package Description 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.pipeline.html Contains pipeline stuff for HTML -
-
Uses of PageSizeContainable in com.itextpdf.tool.xml.css.apply
-
Uses of PageSizeContainable in com.itextpdf.tool.xml.html
Methods in com.itextpdf.tool.xml.html with parameters of type PageSizeContainable Modifier and Type Method Description T
CssApplier. apply(T e, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)
Styles an elementElement
CssAppliers. apply(Element e, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)
Given the element e, this method will lookup the right applier for the given Element.Element
CssAppliersImpl. apply(Element e, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)
-
Uses of PageSizeContainable in com.itextpdf.tool.xml.pipeline.html
Classes in com.itextpdf.tool.xml.pipeline.html that implement PageSizeContainable Modifier and Type Class Description class
HtmlPipelineContext
The CustomContext object for the HtmlPipeline.
Use this to configure yourHtmlPipeline
.
-