public final class FootenoteUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.List<FootnoteBodyLayoutManager> |
getFootnotes(java.util.List<ListElement> elemenList)
Returns the footnotes contained in the given element list.
|
static java.util.List<FootnoteBodyLayoutManager> |
getFootnotes(java.util.List<ListElement> elemenList,
int startIndex,
int endIndex)
Returns the footnotes contained in the given element list.
|
public static java.util.List<FootnoteBodyLayoutManager> getFootnotes(java.util.List<ListElement> elemenList)
public static java.util.List<FootnoteBodyLayoutManager> getFootnotes(java.util.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 1999-2017 The Apache Software Foundation. All Rights Reserved.