be.lassi.pdf.tags
Class TD
java.lang.Object
be.lassi.pdf.tags.Tag
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 |
TD
public TD(State state)
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