Uses of Interface
com.itextpdf.tool.xml.css.apply.MarginMemory
-
Packages that use MarginMemory Package Description com.itextpdf.tool.xml.css Collection of classes to handle css files, rules, properties.com.itextpdf.tool.xml.css.apply Contains classes that can apply css rules on certainElements.com.itextpdf.tool.xml.html Everything to parse HTML tags to pdf used by theHtmlPipelineis in here.com.itextpdf.tool.xml.pipeline.html 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 MarginMemory Modifier and Type Method Description floatCssUtils. calculateMarginTop(float value, MarginMemory configuration)Calculates the margin top or spacingBefore based on the given value and the last margin bottom.floatCssUtils. calculateMarginTop(java.lang.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
-
Uses of MarginMemory in com.itextpdf.tool.xml.html
Methods in com.itextpdf.tool.xml.html with parameters of type MarginMemory Modifier and Type Method Description TCssApplier. apply(T e, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)Styles an elementElementCssAppliers. 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.ElementCssAppliersImpl. 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 MarginMemory Modifier and Type Class Description classHtmlPipelineContextThe CustomContext object for the HtmlPipeline.
Use this to configure yourHtmlPipeline.
-