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 |
All the block- and inline-level flow formatting objects.
|
org.apache.fop.layoutmgr |
FOP's layout engine.
|
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.endFootnoteBody(FootnoteBody body) |
|
void |
FO2StructureTreeConverter.startFootnoteBody(FootnoteBody body) |
Modifier and Type | Method | Description |
---|---|---|
void |
DelegatingFOEventHandler.endFootnoteBody(FootnoteBody body) |
|
void |
FOEventHandler.endFootnoteBody(FootnoteBody body) |
Process the ending of a footnote body.
|
void |
DelegatingFOEventHandler.startFootnoteBody(FootnoteBody body) |
|
void |
FOEventHandler.startFootnoteBody(FootnoteBody body) |
Process the start of a footnote body.
|
Modifier and Type | Method | Description |
---|---|---|
FootnoteBody |
Footnote.getFootnoteBody() |
Public accessor for footnote-body FO
|
Modifier and Type | Method | Description |
---|---|---|
protected FootnoteBody |
FootnoteBodyLayoutManager.getFootnodeBodyFO() |
Constructor | Description |
---|---|
FootnoteBodyLayoutManager(FootnoteBody body) |
Creates a new FootnoteBodyLayoutManager.
|
Modifier and Type | Method | Description |
---|---|---|
void |
MIFHandler.endFootnoteBody(FootnoteBody body) |
Process the ending of a footnote body.
|
void |
MIFHandler.startFootnoteBody(FootnoteBody body) |
Process the start of a footnote body.
|
Modifier and Type | Method | Description |
---|---|---|
void |
RTFHandler.endFootnoteBody(FootnoteBody body) |
Process the ending of a footnote body.
|
void |
RTFHandler.startFootnoteBody(FootnoteBody body) |
Process the start of a footnote body.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.