Package | Description |
---|---|
org.apache.fop.accessibility.fo | |
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
org.apache.fop.layoutmgr.inline |
Layout managers for inline formatting objects and line building.
|
org.apache.fop.render.rtf |
RTF (Rich Text Format) Output Support
|
Modifier and Type | Method and Description |
---|---|
void |
FO2StructureTreeConverter.endFootnote(Footnote footnote) |
void |
FO2StructureTreeConverter.startFootnote(Footnote footnote) |
Modifier and Type | Method and Description |
---|---|
void |
FOEventHandler.endFootnote(Footnote footnote)
Process the ending of a footnote.
|
void |
DelegatingFOEventHandler.endFootnote(Footnote footnote) |
void |
FOEventHandler.startFootnote(Footnote footnote)
Process the start of a footnote.
|
void |
DelegatingFOEventHandler.startFootnote(Footnote footnote) |
Constructor and Description |
---|
FootnoteLayoutManager(Footnote node)
Create a new footnote layout manager.
|
Modifier and Type | Method and Description |
---|---|
void |
RTFHandler.endFootnote(Footnote footnote)
Process the ending of a footnote.
|
void |
RTFHandler.startFootnote(Footnote footnote)
Process the start of a footnote.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.