Uses of Interface
com.itextpdf.tool.xml.css.apply.MarginMemory
Packages that use MarginMemory
Package
Description
Collection of classes to handle css files, rules, properties.
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 MarginMemory in com.itextpdf.tool.xml.css
Methods in com.itextpdf.tool.xml.css with parameters of type MarginMemoryModifier and TypeMethodDescriptionfloat
CssUtils.calculateMarginTop
(float value, MarginMemory configuration) Calculates the margin top or spacingBefore based on the given value and the last margin bottom.float
CssUtils.calculateMarginTop
(String value, float largestFont, MarginMemory configuration) Calculates the margin top or spacingBefore based on the given value and the last margin bottom. -
Uses of MarginMemory in com.itextpdf.tool.xml.css.apply
Methods in com.itextpdf.tool.xml.css.apply with parameters of type MarginMemoryModifier 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) ListStyleTypeCssApplier.apply
(List list, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext context) NoNewLineParagraphCssApplier.apply
(NoNewLineParagraph p, Tag t, MarginMemory configuration) Styles a NoNewLineParagraphNoNewLineParagraphCssApplier.apply
(NoNewLineParagraph p, Tag t, MarginMemory configuration, PageSizeContainable psc, HtmlPipelineContext ctx) ParagraphCssApplier.apply
(Paragraph p, Tag t, MarginMemory configuration) Styles a paragraphParagraphCssApplier.apply
(Paragraph p, Tag t, MarginMemory configuration, PageSizeContainable psc, HtmlPipelineContext ctx) -
Uses of MarginMemory in com.itextpdf.tool.xml.html
Methods in com.itextpdf.tool.xml.html with parameters of type MarginMemoryModifier 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 MarginMemory in com.itextpdf.tool.xml.pipeline.html
Classes in com.itextpdf.tool.xml.pipeline.html that implement MarginMemoryModifier and TypeClassDescriptionclass
The CustomContext object for the HtmlPipeline.
Use this to configure yourHtmlPipeline
.