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