fop 0.94

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

Packages that use TableBody
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 TableBody in org.apache.fop.fo
 

Methods in org.apache.fop.fo with parameters of type TableBody
 void FOEventHandler.endBody(TableBody tb)
           
 void FOEventHandler.endFooter(TableBody tf)
           
 void FOEventHandler.endHeader(TableBody th)
           
 void FOEventHandler.startBody(TableBody tb)
           
 void FOEventHandler.startFooter(TableBody tf)
           
 void FOEventHandler.startHeader(TableBody th)
           
 

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

Subclasses of TableBody in org.apache.fop.fo.flow
 class TableFooter
          Class modelling the fo:table-footer object.
 class TableHeader
          Class modelling the fo:table-header object.
 

Methods in org.apache.fop.fo.flow that return TableBody
 TableBody Table.getTableFooter()
           
 TableBody Table.getTableHeader()
           
 

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

Methods in org.apache.fop.layoutmgr.table that return TableBody
 TableBody GridUnit.getBody()
           
 TableBody EmptyGridUnit.getBody()
           
 

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

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

Methods in org.apache.fop.render.mif with parameters of type TableBody
 void MIFHandler.endBody(TableBody tb)
           
 void MIFHandler.endFooter(TableBody tf)
           
 void MIFHandler.endHeader(TableBody th)
           
 void MIFHandler.startBody(TableBody tb)
           
 void MIFHandler.startFooter(TableBody tf)
           
 void MIFHandler.startHeader(TableBody th)
           
 

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

Methods in org.apache.fop.render.rtf with parameters of type TableBody
 void RTFHandler.endBody(TableBody tb)
           
 void RTFHandler.endFooter(TableBody tf)
           
 void RTFHandler.endHeader(TableBody th)
           
 void RTFHandler.startBody(TableBody tb)
           
 void RTFHandler.startFooter(TableBody tf)
           
 void RTFHandler.startHeader(TableBody th)
           
 


fop 0.94

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