CssApplier<LineSeparator>
public class LineSeparatorCssApplier extends java.lang.Object implements CssApplier<LineSeparator>
Constructor | Description |
---|---|
LineSeparatorCssApplier() |
Modifier and Type | Method | 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 © 1998–2018. All rights reserved.