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 Support
|
org.apache.fop.render.rtf |
RTF (Rich Text Format) Output Support
|
org.apache.fop.render.rtf.rtflib.tools |
Utility classes used in RTF file generation.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FO2StructureTreeConverter.endTable(Table tbl) |
|
void |
FO2StructureTreeConverter.startTable(Table tbl) |
Modifier and Type | Method | Description |
---|---|---|
void |
DelegatingFOEventHandler.endTable(Table tbl) |
|
void |
FOEventHandler.endTable(Table tbl) |
|
void |
DelegatingFOEventHandler.startTable(Table tbl) |
|
void |
FOEventHandler.startTable(Table tbl) |
Modifier and Type | Method | Description |
---|---|---|
Table |
Table.getTable() |
Convenience method to returns a reference
to the base
Table instance. |
Table |
TableFObj.getTable() |
Convenience method to returns a reference
to the base
Table instance. |
Constructor | Description |
---|---|
GridUnit(Table table,
int colSpanIndex,
int rowSpanIndex) |
Creates a new grid unit.
|
Modifier and Type | Method | Description |
---|---|---|
Table |
TableCellLayoutManager.getTable() |
|
Table |
TableLayoutManager.getTable() |
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
MIFHandler.endTable(Table tbl) |
|
void |
MIFHandler.startTable(Table tbl) |
Modifier and Type | Method | Description |
---|---|---|
void |
RTFHandler.endTable(Table tbl) |
|
void |
RTFHandler.startTable(Table tbl) |
Modifier and Type | Method | Description |
---|---|---|
void |
PercentContext.setTableUnit(Table table,
int tableUnit) |
Records the calculated table unit for a given table.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.