CssAppliersImpl
public interface CssAppliers
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() |
|
void |
setChunkCssAplier(ChunkCssApplier chunkCssAplier) |
Element apply(Element e, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)
e
- the Elementt
- the tagmm
- the MarginMemorypsc
- the PageSize
containerctx
- an HtmlPipelineContextElement apply(Element e, Tag t, HtmlPipelineContext ctx)
e
- the Elementt
- the tagctx
- the Context objectapply(Element, Tag, MarginMemory, PageSizeContainable, HtmlPipelineContext)
ChunkCssApplier getChunkCssAplier()
void setChunkCssAplier(ChunkCssApplier chunkCssAplier)
CssAppliers clone()
Copyright © 1998–2018. All rights reserved.