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)
CssApplierapply in interface CssApplier<HtmlCell>cell - the elementt - the tagmemory - the MarginMemorypsc - the PageSizeContainablectx - the HtmlPipelineContextParagraphCopyright © 2019. All rights reserved.