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 PDFBookmark Modifier and Type Method Description PDFBookmarkPDFBookmark. getParent()Return the parentPDFBookmarkthat refers to this one, ornullif it does not have a parentMethods 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 JSEventJSManager. runEventBookmarkMouseUp(DocumentPanel panel, PDFBookmark bookmark)Raise theBookmark/MouseUpJavaScript method
-