Class NoNewLineParagraphCssApplier
java.lang.Object
com.itextpdf.tool.xml.css.apply.NoNewLineParagraphCssApplier
- All Implemented Interfaces:
CssApplier<NoNewLineParagraph>
- Author:
- itextpdf.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(NoNewLineParagraph p, Tag t, MarginMemory configuration) Styles a NoNewLineParagraphapply(NoNewLineParagraph p, Tag t, MarginMemory configuration, PageSizeContainable psc, HtmlPipelineContext ctx) Styles an element
-
Constructor Details
-
NoNewLineParagraphCssApplier
public NoNewLineParagraphCssApplier()
-
-
Method Details
-
apply
Styles a NoNewLineParagraph- Parameters:
p- the paragraph to stylet- the tagconfiguration- the MarginMemory to check margin sizes- Returns:
- a styled NoNewLineParagraph
-
apply
public NoNewLineParagraph apply(NoNewLineParagraph p, Tag t, MarginMemory configuration, PageSizeContainable psc, HtmlPipelineContext ctx) Description copied from interface:CssApplierStyles an element- Specified by:
applyin interfaceCssApplier<NoNewLineParagraph>- Parameters:
p- the elementt- the tagconfiguration- the MarginMemorypsc- the PageSizeContainablectx- the HtmlPipelineContext- Returns:
- a styled
invalid reference
Paragraph
-