fop 0.93

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.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 TableCell in org.apache.fop.fo
 

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

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

Methods in org.apache.fop.fo.flow with parameters of type TableCell
protected  void TableRow.addReplacedCell(TableCell cell)
          Adds a cell to this row (skips marker handling done by FObj.addChildNode().
 

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

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

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

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

Methods in org.apache.fop.render.mif with parameters of type TableCell
 void MIFHandler.startCell(TableCell tc)
           
 void MIFHandler.endCell(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.startCell(TableCell tc)
           
 void RTFHandler.endCell(TableCell tc)
           
 


fop 0.93

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