public class CssAppliersImpl extends Object implements CssAppliers
com.itextpdf.tool.xml.css.apply.| Modifier and Type | Field and Description |
|---|---|
protected ChunkCssApplier |
chunk |
protected ParagraphCssApplier |
paragraph |
| Constructor and Description |
|---|
CssAppliersImpl() |
CssAppliersImpl(FontProvider fontProvider) |
| Modifier and Type | Method and Description |
|---|---|
Element |
apply(Element e,
Tag t,
HtmlPipelineContext ctx)
Convenience method.
|
Element |
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.
|
CssAppliers |
clone() |
ChunkCssApplier |
getChunkCssAplier() |
protected CssAppliersImpl |
getClonedObject() |
void |
setChunkCssAplier(ChunkCssApplier chunkCssAplier) |
protected ChunkCssApplier chunk
protected ParagraphCssApplier paragraph
public CssAppliersImpl()
public CssAppliersImpl(FontProvider fontProvider)
public Element apply(Element e, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)
CssAppliersapply in interface CssApplierse - the Elementt - the tagmm - the MarginMemorypsc - the PageSize containerctx - an HtmlPipelineContextpublic Element apply(Element e, Tag t, HtmlPipelineContext ctx)
CssAppliersapply in interface CssApplierse - the Elementt - the tagctx - the Context objectCssAppliers.apply(Element, Tag, MarginMemory, PageSizeContainable, HtmlPipelineContext)public ChunkCssApplier getChunkCssAplier()
getChunkCssAplier in interface CssApplierspublic void setChunkCssAplier(ChunkCssApplier chunkCssAplier)
setChunkCssAplier in interface CssApplierspublic CssAppliers clone()
clone in interface CssAppliersclone in class Objectprotected CssAppliersImpl getClonedObject()
Copyright © 2016. All Rights Reserved.