Package | Description |
---|---|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
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 body) |
void |
FOEventHandler.startBody(TableBody body) |
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 body) |
void |
RTFHandler.startBody(TableBody body) |
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.