|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.pdf.PDFDocumentNavigationHandler
public class PDFDocumentNavigationHandler
Implementation of the IFDocumentNavigationHandler
interface for PDF output.
Constructor Summary | |
---|---|
PDFDocumentNavigationHandler(PDFDocumentHandler documentHandler)
Default constructor. |
Method Summary | |
---|---|
void |
addResolvedAction(AbstractAction action)
|
void |
commit()
Commits all pending elements to the PDF document. |
void |
renderBookmarkTree(BookmarkTree tree)
Render the bookmark tree. |
void |
renderLink(Link link)
|
void |
renderNamedDestination(NamedDestination destination)
Renders a named destination. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDFDocumentNavigationHandler(PDFDocumentHandler documentHandler)
documentHandler
- the parent document handlerMethod Detail |
---|
public void renderNamedDestination(NamedDestination destination) throws IFException
renderNamedDestination
in interface IFDocumentNavigationHandler
destination
- the named destination
IFException
- if an error occurs while handling this eventpublic void renderBookmarkTree(BookmarkTree tree) throws IFException
renderBookmarkTree
in interface IFDocumentNavigationHandler
tree
- the bookmark tree
IFException
- if an error occurs while handling this eventpublic void renderLink(Link link) throws IFException
renderLink
in interface IFDocumentNavigationHandler
IFException
public void commit()
public void addResolvedAction(AbstractAction action) throws IFException
addResolvedAction
in interface IFDocumentNavigationHandler
IFException
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |