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 PdfDivapply(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:CssApplierStyles an element- Specified by:
applyin interfaceCssApplier<PdfDiv>- Parameters:
div- the elementt- the tagmemory- the MarginMemorypsc- the PageSizeContainablecontext- the HtmlPipelineContext- Returns:
- a styled
Paragraph
-
-