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 MarginMemoryParagraph
public Paragraph apply(Paragraph p, Tag t, MarginMemory configuration, PageSizeContainable psc, HtmlPipelineContext ctx)
CssApplier
apply
in interface CssApplier<Paragraph>
p
- the elementt
- the tagconfiguration
- the MarginMemorypsc
- the PageSizeContainablectx
- the HtmlPipelineContextParagraph
Copyright © 2017. All rights reserved.