Class FootenoteUtil

java.lang.Object
org.apache.fop.layoutmgr.FootenoteUtil

public final class FootenoteUtil extends Object
  • Constructor Details

    • FootenoteUtil

      private FootenoteUtil()
  • Method Details

    • getFootnotes

      public static List<FootnoteBodyLayoutManager> getFootnotes(List<ListElement> elemenList)
      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, inclusive
      endIndex - index in the element list at which to stop the scan, inclusive
    • getFootnoteList

      private static <T> List<T> getFootnoteList(List<T> footnotes)