Package com.itextpdf.tool.xml.css.apply
Class NoNewLineParagraphCssApplier
- java.lang.Object
-
- com.itextpdf.tool.xml.css.apply.NoNewLineParagraphCssApplier
-
- All Implemented Interfaces:
CssApplier<NoNewLineParagraph>
public class NoNewLineParagraphCssApplier extends java.lang.Object implements CssApplier<NoNewLineParagraph>
-
-
Constructor Summary
Constructors Constructor Description NoNewLineParagraphCssApplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NoNewLineParagraphapply(NoNewLineParagraph p, Tag t, MarginMemory configuration)Styles a NoNewLineParagraphNoNewLineParagraphapply(NoNewLineParagraph p, Tag t, MarginMemory configuration, PageSizeContainable psc, HtmlPipelineContext ctx)Styles an element
-
-
-
Field Detail
-
utils
private final CssUtils utils
-
-
Method Detail
-
apply
public NoNewLineParagraph apply(NoNewLineParagraph p, Tag t, MarginMemory configuration)
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
Paragraph
-
-