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 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 © 2020. All rights reserved.