org.displaytag.render
public interface: ItextTableWriter.ItextDecorator [javadoc |
source]
All Known Implementing Classes:
ItextTotalWrapper
An implementor of this interface decorates tables and columns appearing in iText documents.
- author:
Jorge
- L. Barroso
- version:
$
- Revision$ ($Author$)
Method from org.displaytag.render.ItextTableWriter$ItextDecorator Summary: |
---|
setFont, setTable |
Method from org.displaytag.render.ItextTableWriter$ItextDecorator Detail: |
public void setFont(Font font)
Set the font used to render a table's content. |
public void setTable(Table table)
Set the iText table used to render a table model. |