public final class FootenoteUtil extends Object
Modifier and Type | Method and Description |
---|---|
static List<FootnoteBodyLayoutManager> |
getFootnotes(List<ListElement> elemenList)
Returns the footnotes contained in the given element list.
|
static List<FootnoteBodyLayoutManager> |
getFootnotes(List<ListElement> elemenList,
int startIndex,
int endIndex)
Returns the footnotes contained in the given element list.
|
public static List<FootnoteBodyLayoutManager> getFootnotes(List<ListElement> elemenList)
public static List<FootnoteBodyLayoutManager> getFootnotes(List<ListElement> elemenList, int startIndex, int endIndex)
startIndex
- index in the element list from which to start the scan, inclusiveendIndex
- index in the element list at which to stop the scan, inclusiveCopyright © 2025 Apache Software Foundation. All rights reserved.