Uses of Class
org.apache.fop.fo.flow.table.Table
Packages that use Table
Package
Description
Classes, constants and basic infrastructure for the FO tree.
Layout managers for tables.
MIF Output Support
RTF (Rich Text Format) Output Support
Utility classes used in RTF file generation.
-
Uses of Table in org.apache.fop.accessibility.fo
Fields in org.apache.fop.accessibility.fo with type parameters of type TableModifier and TypeFieldDescriptionStructureTreeEventTrigger.State.tables
StructureTreeEventTrigger.tables
Methods in org.apache.fop.accessibility.fo with parameters of type TableModifier and TypeMethodDescriptionvoid
void
void
FO2StructureTreeConverter.startTable
(Table tbl) void
StructureTreeEventTrigger.startTable
(Table tbl) -
Uses of Table in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type TableModifier and TypeMethodDescriptionvoid
void
void
DelegatingFOEventHandler.startTable
(Table tbl) void
FOEventHandler.startTable
(Table tbl) -
Uses of Table in org.apache.fop.fo.flow.table
Fields in org.apache.fop.fo.flow.table declared as TableModifier and TypeFieldDescriptionprivate Table
CollapsingBorderResolver.table
protected Table
RowGroupBuilder.table
Methods in org.apache.fop.fo.flow.table that return TableModifier and TypeMethodDescriptionTable.getTable()
Convenience method to returns a reference to the baseTable
instance.TableFObj.getTable()
Convenience method to returns a reference to the baseTable
instance.Methods in org.apache.fop.fo.flow.table with parameters of type TableConstructors in org.apache.fop.fo.flow.table with parameters of type TableModifierConstructorDescription(package private)
CollapsingBorderResolver
(Table table) (package private)
EmptyGridUnit
(Table table, TableRow row, int colIndex) (package private)
protected
Creates a new grid unit.protected
Creates and initialises a new builder for the given table.(package private)
-
Uses of Table in org.apache.fop.layoutmgr.table
Fields in org.apache.fop.layoutmgr.table declared as TableMethods in org.apache.fop.layoutmgr.table that return TableModifier and TypeMethodDescriptionTableCellLayoutManager.getTable()
TableLayoutManager.getTable()
Constructors in org.apache.fop.layoutmgr.table with parameters of type TableModifierConstructorDescriptionColumnSetup
(Table table) Main Constructor.TableLayoutManager
(Table node) Create a new table layout manager.TableRowIterator
(Table table, int tablePart) Creates a new TableRowIterator. -
Uses of Table in org.apache.fop.render.mif
Methods in org.apache.fop.render.mif with parameters of type Table -
Uses of Table in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type TableModifier and TypeMethodDescription(package private) static RtfAttributes
TableAttributesConverter.convertTableAttributes
(Table fobj) Converts table-only attributes to rtf attributes.void
private void
RTFHandler.prepareTable
(Table tab) void
RTFHandler.startTable
(Table tbl) -
Uses of Table in org.apache.fop.render.rtf.rtflib.tools
Methods in org.apache.fop.render.rtf.rtflib.tools with parameters of type TableModifier and TypeMethodDescriptionvoid
PercentContext.setTableUnit
(Table table, int tableUnit) Records the calculated table unit for a given table.