fop 0.92beta

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

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

Methods in org.apache.fop.fo with parameters of type TableColumn
 void FOEventHandler.startColumn(TableColumn tc)
           
 void FOEventHandler.endColumn(TableColumn tc)
           
 

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

Methods in org.apache.fop.fo.flow that return TableColumn
 TableColumn Table.getDefaultColumn()
           
 

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

Methods in org.apache.fop.layoutmgr.table that return TableColumn
 TableColumn ColumnSetup.getColumn(int index)
          Returns a column.
 TableColumn GridUnit.getColumn()
           
 

Constructors in org.apache.fop.layoutmgr.table with parameters of type TableColumn
PrimaryGridUnit(TableCell cell, TableColumn column, int startCol, int startRow)
           
GridUnit(TableCell cell, TableColumn column, int startCol, int colSpanIndex)
           
GridUnit(PrimaryGridUnit primary, TableColumn column, int startCol, int colSpanIndex)
           
GridUnit(PrimaryGridUnit primary, TableCell cell, TableColumn column, int startCol, int colSpanIndex)
           
EmptyGridUnit(TableRow row, TableColumn column, TableBody body, int startCol)
           
 

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

Methods in org.apache.fop.render.mif with parameters of type TableColumn
 void MIFHandler.startColumn(TableColumn tc)
           
 void MIFHandler.endColumn(TableColumn tc)
           
 

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

Methods in org.apache.fop.render.rtf with parameters of type TableColumn
 void RTFHandler.startColumn(TableColumn tc)
           
 void RTFHandler.endColumn(TableColumn tc)
           
 


fop 0.92beta

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