fop 0.90alpha1

Uses of Class
org.apache.fop.fo.flow.Table

Packages that use Table
org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree. 
org.apache.fop.fo.flow All the block- and inline-level flow formatting objects. 
org.apache.fop.layoutmgr.table Layout managers for tables. 
org.apache.fop.render.mif MIF Output Support 
org.apache.fop.render.rtf RTF (Rich Text Format) Output Support 
 

Uses of Table in org.apache.fop.fo
 

Methods in org.apache.fop.fo with parameters of type Table
 void FOEventHandler.startTable(Table tbl)
           
 void FOEventHandler.endTable(Table tbl)
           
 

Uses of Table in org.apache.fop.fo.flow
 

Methods in org.apache.fop.fo.flow that return Table
protected  Table TableFObj.getTable()
          Convenience method to returns a reference to the base Table instance
 

Uses of Table in org.apache.fop.layoutmgr.table
 

Fields in org.apache.fop.layoutmgr.table declared as Table
protected  Table TableRowIterator.table
          The table on with this instance operates.
 

Methods in org.apache.fop.layoutmgr.table that return Table
 Table TableLayoutManager.getTable()
           
 Table GridUnit.getTable()
           
 Table TableCellLayoutManager.getTable()
           
 

Constructors in org.apache.fop.layoutmgr.table with parameters of type Table
TableLayoutManager(Table node)
          Create a new table layout manager.
TableRowIterator(Table table, ColumnSetup columns, int what)
          Creates a new TableRowIterator.
ColumnSetup(Table table)
          Main Constructor.
 

Uses of Table in org.apache.fop.render.mif
 

Methods in org.apache.fop.render.mif with parameters of type Table
 void MIFHandler.startTable(Table tbl)
           
 void MIFHandler.endTable(Table tbl)
           
 

Uses of Table in org.apache.fop.render.rtf
 

Methods in org.apache.fop.render.rtf with parameters of type Table
 void RTFHandler.startTable(Table tbl)
           
 void RTFHandler.endTable(Table tbl)
           
 


fop 0.90alpha1

Copyright 1999-2005 The Apache Software Foundation. All Rights Reserved.