fop 0.94

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

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

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

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

Methods in org.apache.fop.layoutmgr.table that return TableRow
 TableRow GridUnit.getRow()
           
 TableRow EmptyGridUnit.getRow()
           
 

Methods in org.apache.fop.layoutmgr.table with parameters of type TableRow
 void TableContentLayoutManager.addRowBackgroundArea(TableRow row, int bpd, int ipd, int yoffset)
          Adds the area for the row background if any.
 Block TableContentLayoutManager.getRowArea(TableRow row)
          Get the area for a row for background.
 void GridUnit.setRow(TableRow row)
          Sets the table-row FO, if applicable.
 

Constructors in org.apache.fop.layoutmgr.table with parameters of type TableRow
EmptyGridUnit(TableRow row, TableColumn column, TableBody body, int startCol)
           
 

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 0.94

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