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

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

public class HtmlCellCssApplier
extends Object

Author:
Emiel Ackermann

Constructor Summary
HtmlCellCssApplier()
           
 
Method Summary
 HtmlCell apply(HtmlCell cell, Tag t, MarginMemory memory, PageSizeContainable psc)
          Applies css to a HtmlCell
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlCellCssApplier

public HtmlCellCssApplier()
Method Detail

apply

public HtmlCell apply(HtmlCell cell,
                      Tag t,
                      MarginMemory memory,
                      PageSizeContainable psc)
Applies css to a HtmlCell

Parameters:
cell - the HtmlCell
t - the tag with the styles
memory - current margin memory
psc - the PageSize container
Returns:
a styled HtmlCell


Copyright © 2012. All Rights Reserved.