Overview  Package   Class  Tree  Index 

be.lassi.pdf.tags
Class TD

java.lang.Object
  extended by be.lassi.pdf.tags.Tag
      extended by be.lassi.pdf.tags.TD
Direct Known Subclasses:
TH

public class TD
extends Tag

Support html to pdf translation of the table cell tag.


Constructor Summary
TD(State state)
           
 
Method Summary
 void end()
          Supports translation of closing tag.
protected  java.lang.String getTag()
           
protected  void initAlignment(com.lowagie.text.pdf.PdfPCell cell)
           
 void start()
          Supports translation of opening tag.
 
Methods inherited from class be.lassi.pdf.tags.Tag
getState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TD

public TD(State state)
Method Detail

end

public void end()
         throws com.lowagie.text.DocumentException
Supports translation of closing tag.

Overrides:
end in class Tag
Throws:
com.lowagie.text.DocumentException

getTag

protected java.lang.String getTag()

initAlignment

protected void initAlignment(com.lowagie.text.pdf.PdfPCell cell)

start

public void start()
Supports translation of opening tag.

Overrides:
start in class Tag

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2