com.itextpdf.tool.xml.css.apply
Class LineSeparatorCssApplier

java.lang.Object
  extended by com.itextpdf.tool.xml.css.apply.LineSeparatorCssApplier

public class LineSeparatorCssApplier
extends Object

Author:
Emiel Ackermann

Constructor Summary
LineSeparatorCssApplier()
           
 
Method Summary
 LineSeparator apply(LineSeparator ls, Tag t, PageSizeContainable psc)
          Applies CSS to LineSeparators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineSeparatorCssApplier

public LineSeparatorCssApplier()
Method Detail

apply

public LineSeparator apply(LineSeparator ls,
                           Tag t,
                           PageSizeContainable psc)
Applies CSS to LineSeparators

Parameters:
ls - the LineSeparator
t - the tag with styles
psc - the PageSize container
Returns:
the styled LineSeparator


Copyright © 2015. All Rights Reserved.