public class HtmlCellCssApplier extends Object implements CssApplier<HtmlCell>
Constructor and Description |
---|
HtmlCellCssApplier() |
Modifier and Type | Method and Description |
---|---|
HtmlCell |
apply(HtmlCell cell,
Tag t,
MarginMemory memory,
PageSizeContainable psc)
Applies css to a HtmlCell
|
HtmlCell |
apply(HtmlCell cell,
Tag t,
MarginMemory memory,
PageSizeContainable psc,
HtmlPipelineContext ctx)
Styles an element
|
public HtmlCell apply(HtmlCell cell, Tag t, MarginMemory memory, PageSizeContainable psc)
cell
- the HtmlCellt
- the tag with the stylesmemory
- current margin memorypsc
- the PageSize
containerpublic HtmlCell apply(HtmlCell cell, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext ctx)
CssApplier
apply
in interface CssApplier<HtmlCell>
cell
- the elementt
- the tagmemory
- the MarginMemorypsc
- the PageSizeContainablectx
- the HtmlPipelineContextParagraph
Copyright © 2017. All rights reserved.