fop 0.95

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

Packages that use TableCell
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 
 

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.fo.flow.table
 

Fields in org.apache.fop.fo.flow.table declared as TableCell
protected  TableCell GridUnit.cell
          Table cell which occupies this grid unit
 

Methods in org.apache.fop.fo.flow.table that return TableCell
 TableCell GridUnit.getCell()
           
 

Methods in org.apache.fop.fo.flow.table with parameters of type TableCell
protected  void TableCellContainer.addTableCellChild(TableCell cell, boolean firstRow)
           
 

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

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

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

Constructors in org.apache.fop.layoutmgr.table with parameters of type TableCell
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.95

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