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 LineSeparator
apply(LineSeparator ls, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)
Styles an elementLineSeparator
apply(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
- thePageSize
container- Returns:
- the styled
LineSeparator
-
apply
public LineSeparator apply(LineSeparator ls, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)
Description copied from interface:CssApplier
Styles an element- Specified by:
apply
in interfaceCssApplier<LineSeparator>
- Parameters:
ls
- the elementt
- the tagmm
- the MarginMemorypsc
- the PageSizeContainablectx
- the HtmlPipelineContext- Returns:
- a styled
Paragraph
-
-