CssApplier<HtmlCell>public class HtmlCellCssApplier extends java.lang.Object implements CssApplier<HtmlCell>
| Constructor | Description |
|---|---|
HtmlCellCssApplier() |
| Modifier and Type | Method | 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 © 1998–2018. All rights reserved.