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 and Description |
---|---|
void |
FO2StructureTreeConverter.endColumn(TableColumn tc) |
void |
FO2StructureTreeConverter.startColumn(TableColumn tc) |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingFOEventHandler.endColumn(TableColumn tc) |
void |
FOEventHandler.endColumn(TableColumn tc) |
void |
DelegatingFOEventHandler.startColumn(TableColumn tc) |
void |
FOEventHandler.startColumn(TableColumn tc) |
Modifier and Type | Method and Description |
---|---|
TableColumn |
Table.getColumn(int index)
Returns the column at the given index.
|
Modifier and Type | Method and Description |
---|---|
TableColumn |
ColumnSetup.getColumn(int index)
Returns a column.
|
Modifier and Type | Method and Description |
---|---|
void |
MIFHandler.endColumn(TableColumn tc) |
void |
MIFHandler.startColumn(TableColumn tc) |
Modifier and Type | Method and Description |
---|---|
void |
RTFHandler.endColumn(TableColumn tc) |
void |
RTFHandler.startColumn(TableColumn tc) |
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.