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 Summary
Modifier and TypeMethodDescriptionvoidaddResolvedAction(AbstractAction action) intvoidRender the bookmark tree.voidrenderLink(Link link) voidrenderNamedDestination(NamedDestination destination) Renders a named destination.
-
Method Details
-
renderNamedDestination
Renders a named destination.- Parameters:
destination- the named destination- Throws:
IFException- if an error occurs while handling this event
-
renderBookmarkTree
Render the bookmark tree.- Parameters:
tree- the bookmark tree- Throws:
IFException- if an error occurs while handling this event
-
renderLink
- Parameters:
link- a link- Throws:
IFException- of not caught
-
addResolvedAction
- Parameters:
action- an action- Throws:
IFException- of not caught
-
getPageIndex
int getPageIndex()
-