fop 2.2

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

Packages that use TableColumn
org.apache.fop.accessibility.fo   
org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree. 
org.apache.fop.fo.flow.table   
org.apache.fop.layoutmgr.table Layout managers for tables. 
org.apache.fop.render.rtf RTF (Rich Text Format) Output Support 
 

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

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

Uses of TableColumn in org.apache.fop.fo
 

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

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

Methods in org.apache.fop.fo.flow.table that return TableColumn
 TableColumn Table.getColumn(int index)
          Returns the column at the given index.
 

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.
 

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

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


fop 2.2

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