org.displaytag.render
Interface ItextTableWriter.ItextDecorator

Enclosing class:
ItextTableWriter

public static interface ItextTableWriter.ItextDecorator

An implementor of this interface decorates tables and columns appearing in iText documents.

Version:
$Revision$ ($Author$)
Author:
Jorge L. Barroso

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

void setTable(com.lowagie.text.Table table)
Set the iText table used to render a table model.

Parameters:
table - The iText table used to render a table model.

setFont

void setFont(com.lowagie.text.Font font)
Set the font used to render a table's content.

Parameters:
font - The font used to render a table's content.


Copyright © 2002-2007 the Displaytag team. All Rights Reserved.