Interface IFDocumentNavigationHandler

  • All Known Implementing Classes:
    IFSerializer, PDFDocumentNavigationHandler

    public interface IFDocumentNavigationHandler
    Interface to handle document navigation features. This is an optional interface for document handler implementations which support document navigation features.
    • Method Detail

      • renderNamedDestination

        void renderNamedDestination​(NamedDestination destination)
                             throws IFException
        Renders a named destination.
        Parameters:
        destination - the named destination
        Throws:
        IFException - if an error occurs while handling this event
      • renderBookmarkTree

        void renderBookmarkTree​(BookmarkTree tree)
                         throws IFException
        Render the bookmark tree.
        Parameters:
        tree - the bookmark tree
        Throws:
        IFException - if an error occurs while handling this event
      • getPageIndex

        int getPageIndex()