public class ParagraphCssApplier extends Object implements CssApplier<Paragraph>
Paragraph| Constructor and Description |
|---|
ParagraphCssApplier(CssAppliers appliers)
Construct a ParagraphCssApplier.
|
| Modifier and Type | Method and Description |
|---|---|
Paragraph |
apply(Paragraph p,
Tag t,
MarginMemory configuration)
Styles a paragraph
|
Paragraph |
apply(Paragraph p,
Tag t,
MarginMemory configuration,
PageSizeContainable psc,
HtmlPipelineContext ctx)
Styles an element
|
public ParagraphCssApplier(CssAppliers appliers)
public Paragraph apply(Paragraph p, Tag t, MarginMemory configuration)
p - the paragrapht - the tagconfiguration - the MarginMemoryParagraphpublic Paragraph apply(Paragraph p, Tag t, MarginMemory configuration, PageSizeContainable psc, HtmlPipelineContext ctx)
CssApplierapply in interface CssApplier<Paragraph>p - the elementt - the tagconfiguration - the MarginMemorypsc - the PageSizeContainablectx - the HtmlPipelineContextParagraphCopyright © 2020. All rights reserved.