IFSerializer
, PDFDocumentNavigationHandler
public interface IFDocumentNavigationHandler
Modifier and Type | Method | Description |
---|---|---|
void |
addResolvedAction(AbstractAction action) |
|
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 caughtCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.