public class NoNewLineParagraphCssApplier extends Object implements CssApplier<NoNewLineParagraph>
Constructor and Description |
---|
NoNewLineParagraphCssApplier() |
Modifier and Type | Method and Description |
---|---|
NoNewLineParagraph |
apply(NoNewLineParagraph p, Tag t, MarginMemory configuration)
Styles a NoNewLineParagraph
|
NoNewLineParagraph |
apply(NoNewLineParagraph p, Tag t, MarginMemory configuration, PageSizeContainable psc, HtmlPipelineContext ctx)
Styles an element
|
public NoNewLineParagraph apply(NoNewLineParagraph p, Tag t, MarginMemory configuration)
p
- the paragraph to style
t
- the tag
configuration
- the MarginMemory to check margin sizes
public NoNewLineParagraph apply(NoNewLineParagraph p, Tag t, MarginMemory configuration, PageSizeContainable psc, HtmlPipelineContext ctx)
CssApplier
apply
in interface CssApplier<NoNewLineParagraph>
p
- the element
t
- the tag
configuration
- the MarginMemory
psc
- the PageSizeContainable
ctx
- the HtmlPipelineContext
Paragraph
Copyright © 1998–2017. All rights reserved.