fop 0.94

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

Packages that use TableCell
org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree. 
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 TableCell in org.apache.fop.fo
 

Methods in org.apache.fop.fo with parameters of type TableCell
 void FOEventHandler.endCell(TableCell tc)
           
 void FOEventHandler.startCell(TableCell tc)
           
 

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

Methods in org.apache.fop.layoutmgr.table that return TableCell
 TableCell GridUnit.getCell()
           
 TableCell TableCellLayoutManager.getTableCell()
           
 

Constructors in org.apache.fop.layoutmgr.table with parameters of type TableCell
GridUnit(PrimaryGridUnit primary, TableCell cell, TableColumn column, int startCol, int colSpanIndex)
          Creates a new grid unit.
GridUnit(TableCell cell, TableColumn column, int startCol, int colSpanIndex)
          Creates a new grid unit.
PrimaryGridUnit(TableCell cell, TableColumn column, int startCol, int startRow)
          Creates a new primary grid unit.
TableCellLayoutManager(TableCell node, PrimaryGridUnit pgu)
          Create a new Cell layout manager.
 

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

Methods in org.apache.fop.render.mif with parameters of type TableCell
 void MIFHandler.endCell(TableCell tc)
           
 void MIFHandler.startCell(TableCell tc)
           
 

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

Methods in org.apache.fop.render.rtf with parameters of type TableCell
 void RTFHandler.endCell(TableCell tc)
           
 void RTFHandler.startCell(TableCell tc)
           
 


fop 0.94

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