fop 0.95

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

Packages that use TableBody
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 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.table
 

Subclasses of TableBody in org.apache.fop.fo.flow.table
 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.table that return TableBody
 TableBody PrimaryGridUnit.getTableBody()
          Returns the fo:table-header/footer/body element containing this cell.
 TableBody Table.getTableFooter()
           
 TableBody Table.getTableHeader()
           
 

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.95

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