public interface IFDocumentNavigationHandler
Modifier and Type | Method and Description |
---|---|
void |
addResolvedAction(AbstractAction action) |
int |
getPageIndex() |
void |
renderBookmarkTree(BookmarkTree tree)
Render the bookmark tree.
|
void |
renderLink(Link link) |
void |
renderNamedDestination(NamedDestination destination)
Renders a named destination.
|
void renderNamedDestination(NamedDestination destination) throws IFException
destination
- the named destinationIFException
- if an error occurs while handling this eventvoid renderBookmarkTree(BookmarkTree tree) throws IFException
tree
- the bookmark treeIFException
- if an error occurs while handling this eventvoid renderLink(Link link) throws IFException
link
- a linkIFException
- of not caughtvoid addResolvedAction(AbstractAction action) throws IFException
action
- an actionIFException
- of not caughtint getPageIndex()
Copyright © 2025 Apache Software Foundation. All rights reserved.