public class LineSeparatorCssApplier extends Object implements CssApplier<LineSeparator>
Constructor and Description |
---|
LineSeparatorCssApplier() |
Modifier and Type | Method and Description |
---|---|
LineSeparator |
apply(LineSeparator ls,
Tag t,
MarginMemory mm,
PageSizeContainable psc,
HtmlPipelineContext ctx)
Styles an element
|
LineSeparator |
apply(LineSeparator ls,
Tag t,
PageSizeContainable psc)
Applies CSS to LineSeparators
|
public LineSeparator apply(LineSeparator ls, Tag t, PageSizeContainable psc)
ls
- the LineSeparatort
- the tag with stylespsc
- the PageSize
containerLineSeparator
public LineSeparator apply(LineSeparator ls, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)
CssApplier
apply
in interface CssApplier<LineSeparator>
ls
- the elementt
- the tagmm
- the MarginMemorypsc
- the PageSizeContainablectx
- the HtmlPipelineContextParagraph
Copyright © 2017. All rights reserved.