Uses of Interface
com.itextpdf.tool.xml.css.apply.PageSizeContainable
Packages that use PageSizeContainable
Package
Description
Contains classes that can apply css rules on certain
Element
s.Everything to parse HTML tags to pdf used by the
HtmlPipeline
is in here.Contains pipeline stuff for HTML
-
Uses of PageSizeContainable in com.itextpdf.tool.xml.css.apply
Methods in com.itextpdf.tool.xml.css.apply with parameters of type PageSizeContainableModifier and TypeMethodDescriptionChunkCssApplier.apply
(Chunk c, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx) DivCssApplier.apply
(PdfDiv div, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext context) HtmlCellCssApplier.apply
(HtmlCell cell, Tag t, MarginMemory memory, PageSizeContainable psc) Applies css to a HtmlCellHtmlCellCssApplier.apply
(HtmlCell cell, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext ctx) ImageCssApplier.apply
(Image img, Tag tag, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx) LineSeparatorCssApplier.apply
(LineSeparator ls, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx) LineSeparatorCssApplier.apply
(LineSeparator ls, Tag t, PageSizeContainable psc) Applies CSS to LineSeparatorsListStyleTypeCssApplier.apply
(List list, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext context) NoNewLineParagraphCssApplier.apply
(NoNewLineParagraph p, Tag t, MarginMemory configuration, PageSizeContainable psc, HtmlPipelineContext ctx) ParagraphCssApplier.apply
(Paragraph p, Tag t, MarginMemory configuration, PageSizeContainable psc, HtmlPipelineContext ctx) -
Uses of PageSizeContainable in com.itextpdf.tool.xml.html
Methods in com.itextpdf.tool.xml.html with parameters of type PageSizeContainableModifier and TypeMethodDescriptionCssApplier.apply
(T e, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx) Styles an elementCssAppliers.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.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 PageSizeContainableModifier and TypeClassDescriptionclass
The CustomContext object for the HtmlPipeline.
Use this to configure yourHtmlPipeline
.