fop 0.95

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

Packages that use Table
org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree. 
org.apache.fop.fo.flow.table   
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 
org.apache.fop.render.rtf.rtflib.tools Utility classes used in RTF file generation. 
 

Uses of Table in org.apache.fop.fo
 

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

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

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

Constructors in org.apache.fop.fo.flow.table with parameters of type Table
GridUnit(Table table, int colSpanIndex, int rowSpanIndex)
          Creates a new grid unit.
 

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 which this instance operates.
 

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

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

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

Methods in org.apache.fop.render.mif with parameters of type Table
 void MIFHandler.endTable(Table tbl)
           
 void MIFHandler.startTable(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.endTable(Table tbl)
          
 void RTFHandler.startTable(Table tbl)
          
 

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

Methods in org.apache.fop.render.rtf.rtflib.tools with parameters of type Table
 void PercentContext.setTableUnit(Table table, int tableUnit)
          Records the calculated table unit for a given table.
 


fop 0.95

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