|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MarginMemory | |
|---|---|
| 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 certain Elements. |
| com.itextpdf.tool.xml.html | Everything to parse HTML tags to pdf used by the HtmlPipeline is 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 | |
|---|---|
float |
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 MarginMemory | |
|---|---|
HtmlCell |
HtmlCellCssApplier.apply(HtmlCell cell,
Tag t,
MarginMemory memory,
PageSizeContainable psc)
Applies css to a HtmlCell |
NoNewLineParagraph |
NoNewLineParagraphCssApplier.apply(NoNewLineParagraph p,
Tag t,
MarginMemory configuration)
Styles a NoNewLineParagraph |
Paragraph |
ParagraphCssApplier.apply(Paragraph p,
Tag t,
MarginMemory configuration)
Styles a paragraph |
| Uses of MarginMemory in com.itextpdf.tool.xml.html |
|---|
| Methods in com.itextpdf.tool.xml.html with parameters of type MarginMemory | |
|---|---|
Element |
CssAppliersImpl.apply(Element e,
Tag t,
MarginMemory mm,
PageSizeContainable psc,
ImageProvider ip)
|
Element |
CssAppliers.apply(Element e,
Tag t,
MarginMemory mm,
PageSizeContainable psc,
ImageProvider ip)
Given the element e, this method will lookup the right applier for the given Element. |
| Uses of MarginMemory in com.itextpdf.tool.xml.pipeline.html |
|---|
| Classes in com.itextpdf.tool.xml.pipeline.html that implement MarginMemory | |
|---|---|
class |
HtmlPipelineContext
The CustomContext object for the HtmlPipeline. Use this to configure your HtmlPipeline. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||