public class FootnoteManager extends Object
LayoutContext.getFootnoteManager()| Constructor and Description |
|---|
FootnoteManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFootnoteBody(LayoutContext c,
BlockBox footnoteBody,
LineBox line)
Adds a footnote body to the line box page, creating the footnote area as required.
|
void |
removeFootnoteBodies(LayoutContext c,
List<BlockBox> footnoteBodies,
LineBox line)
Removes footnotes.
|
public void addFootnoteBody(LayoutContext c, BlockBox footnoteBody, LineBox line)
removeFootnoteBodies(LayoutContext, List, LineBox) before the page change
and this method again after.public void removeFootnoteBodies(LayoutContext c, List<BlockBox> footnoteBodies, LineBox line)
Copyright © 2004–2025. All rights reserved.