Uses of Class
org.apache.fop.fo.flow.table.TableColumn
Packages that use TableColumn
Package
Description
Classes, constants and basic infrastructure for the FO tree.
Layout managers for tables.
MIF Output Support
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 TableColumnModifier and TypeMethodDescriptionvoidFO2StructureTreeConverter.endColumn(TableColumn tc) voidFO2StructureTreeConverter.startColumn(TableColumn tc) -
Uses of TableColumn in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type TableColumnModifier and TypeMethodDescriptionvoidDelegatingFOEventHandler.endColumn(TableColumn tc) voidFOEventHandler.endColumn(TableColumn tc) voidDelegatingFOEventHandler.startColumn(TableColumn tc) voidFOEventHandler.startColumn(TableColumn tc) -
Uses of TableColumn in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that return TableColumnModifier and TypeMethodDescriptionprivate TableColumnTable.createImplicitColumn(int colNumber) Table.getColumn(int index) Returns the column at the given index.Methods in org.apache.fop.fo.flow.table with parameters of type TableColumnModifier and TypeMethodDescriptionprivate voidTable.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 TableColumnModifier and TypeFieldDescriptionprivate TableColumnTableLayoutManager.ColumnBackgroundInfo.columnFields in org.apache.fop.layoutmgr.table with type parameters of type TableColumnMethods in org.apache.fop.layoutmgr.table that return TableColumnMethods in org.apache.fop.layoutmgr.table with parameters of type TableColumnModifier and TypeMethodDescription(package private) voidTableLayoutManager.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 TableColumnModifierConstructorDescriptionprivateColumnBackgroundInfo(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 TableColumnModifier and TypeMethodDescriptionvoidMIFHandler.endColumn(TableColumn tc) voidMIFHandler.startColumn(TableColumn tc) -
Uses of TableColumn in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type TableColumnModifier and TypeMethodDescriptionvoidRTFHandler.endColumn(TableColumn tc) voidRTFHandler.startColumn(TableColumn tc)