Package org.apache.fop.layoutmgr
Class FootenoteUtil
java.lang.Object
org.apache.fop.layoutmgr.FootenoteUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static <T> List<T>
getFootnoteList
(List<T> footnotes) 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.
-
Constructor Details
-
FootenoteUtil
private FootenoteUtil()
-
-
Method Details
-
getFootnotes
Returns the footnotes contained in the given element list. -
getFootnotes
public static List<FootnoteBodyLayoutManager> getFootnotes(List<ListElement> elemenList, int startIndex, int endIndex) Returns the footnotes contained in the given element list.- Parameters:
startIndex
- index in the element list from which to start the scan, inclusiveendIndex
- index in the element list at which to stop the scan, inclusive
-
getFootnoteList
-