|
|||||||||
Home >> All >> org >> displaytag >> [ render overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.displaytag.render
Interface ItextTableWriter.ItextDecorator

- Enclosing interface:
- ItextTableWriter
- public static interface ItextTableWriter.ItextDecorator
An implementor of this interface decorates tables and columns appearing in iText documents.
- Version:
- $Revision$ ($Author$)
Method Summary | |
void |
setFont(com.lowagie.text.Font font)
Set the font used to render a table's content. |
void |
setTable(com.lowagie.text.Table table)
Set the iText table used to render a table model. |
Method Detail |
setTable
public void setTable(com.lowagie.text.Table table)
- Set the iText table used to render a table model.
setFont
public void setFont(com.lowagie.text.Font font)
- Set the font used to render a table's content.
|
|||||||||
Home >> All >> org >> displaytag >> [ render overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |