Package com.itextpdf.tool.xml.css.apply
Class NoNewLineParagraphCssApplier
java.lang.Object
com.itextpdf.tool.xml.css.apply.NoNewLineParagraphCssApplier
- All Implemented Interfaces:
CssApplier<NoNewLineParagraph>
-
Field Summary
Fields -
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
-
Field Details
-
utils
-
-
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:CssApplier
Styles an element- Specified by:
apply
in interfaceCssApplier<NoNewLineParagraph>
- Parameters:
p
- the elementt
- the tagconfiguration
- the MarginMemorypsc
- the PageSizeContainablectx
- the HtmlPipelineContext- Returns:
- a styled
invalid reference
Paragraph
-