Uses of Class
org.apache.fop.fo.flow.table.Table
-
Packages that use Table 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 Supportorg.apache.fop.render.rtf.rtflib.tools 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 Table Modifier and Type Field Description private java.util.Stack<Table>StructureTreeEventTrigger.State. tablesprivate java.util.Stack<Table>StructureTreeEventTrigger. tablesMethods in org.apache.fop.accessibility.fo with parameters of type Table Modifier and Type Method Description voidFO2StructureTreeConverter. endTable(Table tbl)voidStructureTreeEventTrigger. endTable(Table tbl)voidFO2StructureTreeConverter. 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 Table Modifier and Type Method Description voidDelegatingFOEventHandler. endTable(Table tbl)voidFOEventHandler. endTable(Table tbl)voidDelegatingFOEventHandler. 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 Table Modifier and Type Field Description private TableCollapsingBorderResolver. tableprotected TableRowGroupBuilder. tableMethods in org.apache.fop.fo.flow.table that return Table Modifier and Type Method Description TableTable. getTable()Convenience method to returns a reference to the baseTableinstance.TableTableFObj. getTable()Convenience method to returns a reference to the baseTableinstance.Methods in org.apache.fop.fo.flow.table with parameters of type Table Modifier and Type Method Description private voidGridUnit. setBorders(Table table)Constructors in org.apache.fop.fo.flow.table with parameters of type Table Constructor Description CollapsingBorderResolver(Table table)EmptyGridUnit(Table table, TableRow row, int colIndex)FixedColRowGroupBuilder(Table t)GridUnit(Table table, int colSpanIndex, int rowSpanIndex)Creates a new grid unit.RowGroupBuilder(Table t)Creates and initialises a new builder for the given table.VariableColRowGroupBuilder(Table t) -
Uses of Table in org.apache.fop.layoutmgr.table
Fields in org.apache.fop.layoutmgr.table declared as Table Modifier and Type Field Description private TableColumnSetup. tableMethods in org.apache.fop.layoutmgr.table that return Table Modifier and Type Method Description TableTableCellLayoutManager. getTable()TableTableLayoutManager. getTable()Constructors in org.apache.fop.layoutmgr.table with parameters of type Table Constructor Description ColumnSetup(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 Modifier and Type Method Description voidMIFHandler. endTable(Table tbl)voidMIFHandler. startTable(Table tbl) -
Uses of Table in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type Table Modifier and Type Method Description (package private) static RtfAttributesTableAttributesConverter. convertTableAttributes(Table fobj)Converts table-only attributes to rtf attributes.voidRTFHandler. endTable(Table tbl)private 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 Table Modifier and Type Method Description voidPercentContext. setTableUnit(Table table, int tableUnit)Records the calculated table unit for a given table.
-