Package com.itextpdf.tool.xml.css.apply
Class LineSeparatorCssApplier
- java.lang.Object
-
- com.itextpdf.tool.xml.css.apply.LineSeparatorCssApplier
-
- All Implemented Interfaces:
CssApplier<LineSeparator>
public class LineSeparatorCssApplier extends java.lang.Object implements CssApplier<LineSeparator>
-
-
Constructor Summary
Constructors Constructor Description LineSeparatorCssApplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineSeparatorapply(LineSeparator ls, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)Styles an elementLineSeparatorapply(LineSeparator ls, Tag t, PageSizeContainable psc)Applies CSS to LineSeparators
-
-
-
Method Detail
-
apply
public LineSeparator apply(LineSeparator ls, Tag t, PageSizeContainable psc)
Applies CSS to LineSeparators- Parameters:
ls- the LineSeparatort- the tag with stylespsc- thePageSizecontainer- Returns:
- the styled
LineSeparator
-
apply
public LineSeparator apply(LineSeparator ls, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)
Description copied from interface:CssApplierStyles an element- Specified by:
applyin interfaceCssApplier<LineSeparator>- Parameters:
ls- the elementt- the tagmm- the MarginMemorypsc- the PageSizeContainablectx- the HtmlPipelineContext- Returns:
- a styled
Paragraph
-
-