Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
FOEventHandler.endCell(TableCell tc) |
void |
FOEventHandler.startCell(TableCell tc) |
Modifier and Type | Field and Description |
---|---|
protected TableCell |
GridUnit.cell
Table cell which occupies this grid unit
|
Modifier and Type | Method and Description |
---|---|
TableCell |
GridUnit.getCell()
Returns the table cell associated with this grid unit.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TableCellContainer.addTableCellChild(TableCell cell,
boolean firstRow) |
Constructor and Description |
---|
GridUnit(TableCell cell,
int colSpanIndex,
int rowSpanIndex)
Creates a new grid unit.
|
Modifier and Type | Method and Description |
---|---|
TableCell |
TableCellLayoutManager.getTableCell() |
Constructor and Description |
---|
TableCellLayoutManager(TableCell node,
PrimaryGridUnit pgu)
Create a new Cell layout manager.
|
Modifier and Type | Method and Description |
---|---|
void |
MIFHandler.endCell(TableCell tc) |
void |
MIFHandler.startCell(TableCell tc) |
Modifier and Type | Method and Description |
---|---|
void |
RTFHandler.endCell(TableCell tc) |
void |
RTFHandler.startCell(TableCell tc) |
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.