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.tablesStructureTreeEventTrigger.tablesMethods in org.apache.fop.accessibility.fo with parameters of type TableModifier and TypeMethodDescriptionvoidvoidvoidFO2StructureTreeConverter.startTable(Table tbl) voidStructureTreeEventTrigger.startTable(Table tbl) -
Uses of Table in org.apache.fop.fo
Methods in org.apache.fop.fo with parameters of type TableModifier and TypeMethodDescriptionvoidvoidvoidDelegatingFOEventHandler.startTable(Table tbl) voidFOEventHandler.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 TableCollapsingBorderResolver.tableprotected TableRowGroupBuilder.tableMethods in org.apache.fop.fo.flow.table that return TableModifier and TypeMethodDescriptionTable.getTable()Convenience method to returns a reference to the baseTableinstance.TableFObj.getTable()Convenience method to returns a reference to the baseTableinstance.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)protectedCreates a new grid unit.protectedCreates 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 RtfAttributesTableAttributesConverter.convertTableAttributes(Table fobj) Converts table-only attributes to rtf attributes.voidprivate voidRTFHandler.prepareTable(Table tab) voidRTFHandler.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 TypeMethodDescriptionvoidPercentContext.setTableUnit(Table table, int tableUnit) Records the calculated table unit for a given table.