Uses of Class
org.apache.fop.fo.flow.table.TableColumn
-
Packages that use TableColumn Package Description 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.mif MIF Output Supportorg.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 Modifier and Type Method Description 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 Modifier and Type Method Description void
DelegatingFOEventHandler. endColumn(TableColumn tc)
void
FOEventHandler. endColumn(TableColumn tc)
void
DelegatingFOEventHandler. startColumn(TableColumn tc)
void
FOEventHandler. startColumn(TableColumn tc)
-
Uses of TableColumn in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that return TableColumn Modifier and Type Method Description private TableColumn
Table. createImplicitColumn(int colNumber)
TableColumn
Table. getColumn(int index)
Returns the column at the given index.Methods in org.apache.fop.fo.flow.table with parameters of type TableColumn Modifier and Type Method Description private void
Table. addColumnNode(TableColumn col)
Adds a column to the columns List, and updates the columnIndex used for determining initial values for column-number -
Uses of TableColumn in org.apache.fop.layoutmgr.table
Fields in org.apache.fop.layoutmgr.table declared as TableColumn Modifier and Type Field Description private TableColumn
TableLayoutManager.ColumnBackgroundInfo. column
Methods in org.apache.fop.layoutmgr.table that return TableColumn Modifier and Type Method Description TableColumn
ColumnSetup. getColumn(int index)
Returns a column.Methods in org.apache.fop.layoutmgr.table with parameters of type TableColumn Modifier and Type Method Description (package private) void
TableLayoutManager. registerColumnBackgroundArea(TableColumn column, Block backgroundArea, int xShift)
Registers the given area, that will be used to render the part of column background covered by a table-cell.Constructors in org.apache.fop.layoutmgr.table with parameters of type TableColumn Constructor Description ColumnBackgroundInfo(TableColumn column, Block backgroundArea, int xShift)
-
Uses of TableColumn in org.apache.fop.render.mif
Methods in org.apache.fop.render.mif with parameters of type TableColumn Modifier and Type Method Description void
MIFHandler. endColumn(TableColumn tc)
void
MIFHandler. startColumn(TableColumn tc)
-
Uses of TableColumn in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type TableColumn Modifier and Type Method Description void
RTFHandler. endColumn(TableColumn tc)
void
RTFHandler. startColumn(TableColumn tc)
-