Package | Description |
---|---|
org.apache.fop.layoutmgr |
FOP's layout engine.
|
org.apache.fop.layoutmgr.inline |
Layout managers for inline formatting objects and line building.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<FootnoteBodyLayoutManager> |
KnuthBlockBox.getFootnoteBodyLMs() |
|
static java.util.List<FootnoteBodyLayoutManager> |
FootenoteUtil.getFootnotes(java.util.List<ListElement> elemenList) |
Returns the footnotes contained in the given element list.
|
static java.util.List<FootnoteBodyLayoutManager> |
FootenoteUtil.getFootnotes(java.util.List<ListElement> elemenList,
int startIndex,
int endIndex) |
Returns the footnotes contained in the given element list.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.List<java.util.List<KnuthElement>> |
PageBreaker.getFootnoteKnuthElements(FlowLayoutManager flowLM,
LayoutContext context,
java.util.List<FootnoteBodyLayoutManager> footnoteBodyLMs) |
Modifier and Type | Method | Description |
---|---|---|
FootnoteBodyLayoutManager |
KnuthInlineBox.getFootnoteBodyLM() |
Modifier and Type | Method | Description |
---|---|---|
void |
KnuthInlineBox.setFootnoteBodyLM(FootnoteBodyLayoutManager fblm) |
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.