T
- the type of iText element that can be customizedChunkCssApplier
, DivCssApplier
, HtmlCellCssApplier
, ImageCssApplier
, LineSeparatorCssApplier
, ListStyleTypeCssApplier
, NoNewLineParagraphCssApplier
, ParagraphCssApplier
public interface CssApplier<T extends Element>
Modifier and Type | Method | Description |
---|---|---|
T |
apply(T e,
Tag t,
MarginMemory mm,
PageSizeContainable psc,
HtmlPipelineContext ctx) |
Styles an element
|
T apply(T e, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)
e
- the elementt
- the tagmm
- the MarginMemorypsc
- the PageSizeContainablectx
- the HtmlPipelineContextParagraph
Copyright © 1998–2018. All rights reserved.