Package com.itextpdf.tool.xml.css.apply
Class DivCssApplier
- java.lang.Object
-
- com.itextpdf.tool.xml.css.apply.DivCssApplier
-
- All Implemented Interfaces:
CssApplier<PdfDiv>
public class DivCssApplier extends java.lang.Object implements CssApplier<PdfDiv>
-
-
Constructor Summary
Constructors Constructor Description DivCssApplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfDiv
apply(PdfDiv div, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext context)
Styles an element
-
-
-
Method Detail
-
apply
public PdfDiv apply(PdfDiv div, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext context)
Description copied from interface:CssApplier
Styles an element- Specified by:
apply
in interfaceCssApplier<PdfDiv>
- Parameters:
div
- the elementt
- the tagmemory
- the MarginMemorypsc
- the PageSizeContainablecontext
- the HtmlPipelineContext- Returns:
- a styled
Paragraph
-
-