fop 1.0

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

Packages that use TableRow
org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree. 
org.apache.fop.fo.flow.table   
org.apache.fop.render.mif MIF Output Support 
org.apache.fop.render.rtf RTF (Rich Text Format) Output Support 
 

Uses of TableRow in org.apache.fop.fo
 

Methods in org.apache.fop.fo with parameters of type TableRow
 void FOEventHandler.endRow(TableRow tr)
           
 void FOEventHandler.startRow(TableRow tr)
           
 

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

Methods in org.apache.fop.fo.flow.table that return TableRow
 TableRow GridUnit.getRow()
          Returns the fo:table-row element (if any) this grid unit belongs to.
 TableRow EffRow.getTableRow()
           
 

Methods in org.apache.fop.fo.flow.table with parameters of type TableRow
 boolean TablePart.isFirst(TableRow obj)
           
 

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

Methods in org.apache.fop.render.mif with parameters of type TableRow
 void MIFHandler.endRow(TableRow tr)
           
 void MIFHandler.startRow(TableRow tr)
           
 

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

Methods in org.apache.fop.render.rtf with parameters of type TableRow
 void RTFHandler.endRow(TableRow tr)
          
 void RTFHandler.startRow(TableRow tr)
          
 


fop 1.0

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