public interface CssAppliers
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() |
void |
setChunkCssAplier(ChunkCssApplier chunkCssAplier) |
Element apply(Element e, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)
e
- the Element
t
- the tag
mm
- the MarginMemory
psc
- the PageSize
container
ctx
- an HtmlPipelineContext
Element apply(Element e, Tag t, HtmlPipelineContext ctx)
e
- the Element
t
- the tag
ctx
- the Context object
apply(Element, Tag, MarginMemory, PageSizeContainable, HtmlPipelineContext)
ChunkCssApplier getChunkCssAplier()
void setChunkCssAplier(ChunkCssApplier chunkCssAplier)
CssAppliers clone()
Copyright © 2016. All rights reserved.