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 LineSeparator
t
- the tag with styles
psc
- the PageSize
container
LineSeparator
public LineSeparator apply(LineSeparator ls, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)
CssApplier
apply
in interface CssApplier<LineSeparator>
ls
- the element
t
- the tag
mm
- the MarginMemory
psc
- the PageSizeContainable
ctx
- the HtmlPipelineContext
Paragraph
Copyright © 1998–2017. All rights reserved.