Interface TableOfContents

    • Method Detail

      • startEntry

        void startEntry​(String refId)
        Starts a new entry with the supplied properties.
        Parameters:
        refId - the element that this toc entry is connected to
      • startEntryOnResumed

        void startEntryOnResumed​(TocEntryOnResumedRange range)
        Starts a new entry-on-resumed with the supplied properties.
        Parameters:
        range - the range of this entry on resumed
      • endEntry

        void endEntry()
        Ends the current entry.