Uses of Class
org.faceless.pdf2.PDFBookmark
-
Packages that use PDFBookmark Package Description org.faceless.pdf2 Contains the classes used to create a PDF documentorg.faceless.pdf2.viewer2 The "viewer" package contains the classes required to create a Swing application to display PDFs. -
-
Uses of PDFBookmark in org.faceless.pdf2
Methods in org.faceless.pdf2 that return types with arguments of type PDFBookmark Modifier and Type Method Description List<PDFBookmark>
PDF. getBookmarks()
Return the List of bookmarks at the top level of the document.List<PDFBookmark>
PDFBookmark. getBookmarks()
Return the a List containing this bookmarks children. -
Uses of PDFBookmark in org.faceless.pdf2.viewer2
Methods in org.faceless.pdf2.viewer2 with parameters of type PDFBookmark Modifier and Type Method Description JSEvent
JSManager. runEventBookmarkMouseUp(DocumentPanel panel, PDFBookmark bookmark)
Raise theBookmark/MouseUp
JavaScript method
-