CssAppliers
public class CssAppliersImpl extends java.lang.Object implements CssAppliers
com.itextpdf.tool.xml.css.apply
.Constructor | Description |
---|---|
CssAppliersImpl() |
|
CssAppliersImpl(FontProvider fontProvider) |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Element |
apply(Element e,
Tag t,
HtmlPipelineContext ctx) |
Convenience method.
|
CssAppliers |
clone() |
|
ChunkCssApplier |
getChunkCssAplier() |
|
protected CssAppliersImpl |
getClonedObject() |
|
CssApplier |
getCssApplier(java.lang.Class<?> s) |
|
void |
putCssApplier(java.lang.Class<?> s,
CssApplier c) |
|
void |
setChunkCssAplier(ChunkCssApplier chunkCssAplier) |
public CssAppliersImpl()
public CssAppliersImpl(FontProvider fontProvider)
public void putCssApplier(java.lang.Class<?> s, CssApplier c)
public CssApplier getCssApplier(java.lang.Class<?> s)
public Element apply(Element e, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)
CssAppliers
apply
in interface CssAppliers
e
- the Elementt
- the tagmm
- the MarginMemorypsc
- the PageSize
containerctx
- an HtmlPipelineContextpublic Element apply(Element e, Tag t, HtmlPipelineContext ctx)
CssAppliers
apply
in interface CssAppliers
e
- the Elementt
- the tagctx
- the Context objectCssAppliers.apply(Element, Tag, MarginMemory, PageSizeContainable, HtmlPipelineContext)
public ChunkCssApplier getChunkCssAplier()
getChunkCssAplier
in interface CssAppliers
public void setChunkCssAplier(ChunkCssApplier chunkCssAplier)
setChunkCssAplier
in interface CssAppliers
public CssAppliers clone()
clone
in interface CssAppliers
clone
in class java.lang.Object
protected CssAppliersImpl getClonedObject()
Copyright © 1998–2018. All rights reserved.