Package | Description |
---|---|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
org.apache.fop.fo.flow.table | |
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.endBody(TableBody tb) |
void |
FOEventHandler.endFooter(TableBody tf) |
void |
FOEventHandler.endHeader(TableBody th) |
void |
FOEventHandler.startBody(TableBody tb) |
void |
FOEventHandler.startFooter(TableBody tf) |
void |
FOEventHandler.startHeader(TableBody th) |
Modifier and Type | Class and Description |
---|---|
class |
TableFooter
Class modelling the fo:table-footer object.
|
class |
TableHeader
Class modelling the fo:table-header object.
|
Modifier and Type | Method and Description |
---|---|
TableBody |
PrimaryGridUnit.getTableBody()
Returns the fo:table-header/footer/body element containing this cell.
|
TableBody |
Table.getTableFooter() |
TableBody |
Table.getTableHeader() |
Modifier and Type | Method and Description |
---|---|
void |
MIFHandler.endBody(TableBody tb) |
void |
MIFHandler.endFooter(TableBody tf) |
void |
MIFHandler.endHeader(TableBody th) |
void |
MIFHandler.startBody(TableBody tb) |
void |
MIFHandler.startFooter(TableBody tf) |
void |
MIFHandler.startHeader(TableBody th) |
Modifier and Type | Method and Description |
---|---|
void |
RTFHandler.endBody(TableBody tb) |
void |
RTFHandler.endFooter(TableBody tf) |
void |
RTFHandler.endHeader(TableBody th) |
void |
RTFHandler.startBody(TableBody tb) |
void |
RTFHandler.startFooter(TableBody tf) |
void |
RTFHandler.startHeader(TableBody th) |
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.