Uses of Class
com.datalogics.PDFL.Bookmark
Packages that use Bookmark
-
Uses of Bookmark in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return BookmarkModifier and TypeMethodDescriptionstatic final BookmarkPDFLJNI.Bookmark_createNewChild__SWIG_0(long jarg1, Bookmark jarg1_, long jarg2, Page jarg2_, String jarg3) static final BookmarkPDFLJNI.Bookmark_createNewChild__SWIG_1(long jarg1, Bookmark jarg1_, String jarg2) static final BookmarkPDFLJNI.Bookmark_createNewSibling(long jarg1, Bookmark jarg1_, String jarg2) static final BookmarkPDFLJNI.Bookmark_findDescendentBookmark__SWIG_0(long jarg1, Bookmark jarg1_, String jarg2, int jarg3) static final BookmarkPDFLJNI.Bookmark_findDescendentBookmark__SWIG_1(long jarg1, Bookmark jarg1_, String jarg2) static final BookmarkPDFLJNI.Bookmark_getFirstChild(long jarg1, Bookmark jarg1_) static final BookmarkPDFLJNI.Bookmark_getLastChild(long jarg1, Bookmark jarg1_) static final BookmarkPDFLJNI.Bookmark_getNext(long jarg1, Bookmark jarg1_) static final BookmarkPDFLJNI.Bookmark_getParent(long jarg1, Bookmark jarg1_) static final BookmarkPDFLJNI.Bookmark_getPrevious(long jarg1, Bookmark jarg1_) Bookmark.createNewChild(Page page, String title) Deprecated.Bookmark.createNewChild(String title) Create a new bookmark and add to a parent as the last child bookmark, using supplied string as the initial text.Bookmark.createNewSibling(String title) Create a new bookmark in a tree as the next (right) sibling, using supplied string as the initial text.static final BookmarkPDFLJNI.Document_findBookmark__SWIG_0(long jarg1, Document jarg1_, String jarg2, int jarg3) static final BookmarkPDFLJNI.Document_findBookmark__SWIG_1(long jarg1, Document jarg1_, String jarg2) static final BookmarkPDFLJNI.Document_getBookmarkRoot(long jarg1, Document jarg1_) Document.findBookmark(String title) Find bookmark by its title, searching within the document's entire bookmark tree.Document.findBookmark(String title, int maxDepth) Find bookmark by its title, searching within the document's bookmark tree to a depth determined by maxDepth (e.g., 0 = root bookmark only and not any of its children, 1 = search one level below root bookmark level, etc.Bookmark.findDescendentBookmark(String title) Find bookmark by its title within the subtree of which this bookmark is the root, searching within the entire subtree.Bookmark.findDescendentBookmark(String title, int maxDepth) Find bookmark by its title within the subtree of which this bookmark is the root, searching within the subtree to a depth determined by maxDepth (e.g., 0 = this bookmark only and not any of its children, 1 = search one level below this bookmark level, etc.)Document.getBookmarkRoot()Gets the root of the document's bookmark tree.Bookmark.getFirstChild()Gets a bookmark's first child.Bookmark.getLastChild()Gets a bookmark's last child.Bookmark.getNext()Gets a bookmark's next (right) sibling.Bookmark.getParent()Gets a bookmark's parent.Bookmark.getPrevious()Gets a bookmark's previous (left) sibling.Methods in com.datalogics.PDFL with parameters of type BookmarkModifier and TypeMethodDescriptionvoidAdd an existing bookmark to be the child bookmark of a parent.voidBookmark.addNextSibling(Bookmark NewRightSibling) Add a bookmark to a tree as the next (right) sibling.voidBookmark.addPreviousSibling(Bookmark NewLeftSibling) Add a bookmark to a tree as the previous (left) sibling.voidBookmark.addSubtree(Bookmark subtree, String title) Add a copy of a subtree as the new last child of a parent bookmark, and gives the subtree an initial title.static final voidPDFLJNI.Bookmark_addChild(long jarg1, Bookmark jarg1_, long jarg2, Bookmark jarg2_) static final voidPDFLJNI.Bookmark_addNextSibling(long jarg1, Bookmark jarg1_, long jarg2, Bookmark jarg2_) static final voidPDFLJNI.Bookmark_addPreviousSibling(long jarg1, Bookmark jarg1_, long jarg2, Bookmark jarg2_) static final voidPDFLJNI.Bookmark_addSubtree(long jarg1, Bookmark jarg1_, long jarg2, Bookmark jarg2_, String jarg3) static final BookmarkPDFLJNI.Bookmark_createNewChild__SWIG_0(long jarg1, Bookmark jarg1_, long jarg2, Page jarg2_, String jarg3) static final BookmarkPDFLJNI.Bookmark_createNewChild__SWIG_1(long jarg1, Bookmark jarg1_, String jarg2) static final BookmarkPDFLJNI.Bookmark_createNewSibling(long jarg1, Bookmark jarg1_, String jarg2) static final voidPDFLJNI.Bookmark_destroy(long jarg1, Bookmark jarg1_) static final voidPDFLJNI.Bookmark_DisposeChildren(long jarg1, Bookmark jarg1_) static final BookmarkPDFLJNI.Bookmark_findDescendentBookmark__SWIG_0(long jarg1, Bookmark jarg1_, String jarg2, int jarg3) static final BookmarkPDFLJNI.Bookmark_findDescendentBookmark__SWIG_1(long jarg1, Bookmark jarg1_, String jarg2) static final ActionPDFLJNI.Bookmark_getAction(long jarg1, Bookmark jarg1_) static final ColorPDFLJNI.Bookmark_getColor(long jarg1, Bookmark jarg1_) static final intPDFLJNI.Bookmark_getCount(long jarg1, Bookmark jarg1_) static final BookmarkPDFLJNI.Bookmark_getFirstChild(long jarg1, Bookmark jarg1_) static final intPDFLJNI.Bookmark_getFlags(long jarg1, Bookmark jarg1_) static final intPDFLJNI.Bookmark_getIndent(long jarg1, Bookmark jarg1_) static final BookmarkPDFLJNI.Bookmark_getLastChild(long jarg1, Bookmark jarg1_) static final BookmarkPDFLJNI.Bookmark_getNext(long jarg1, Bookmark jarg1_) static final booleanPDFLJNI.Bookmark_getOpen(long jarg1, Bookmark jarg1_) static final BookmarkPDFLJNI.Bookmark_getParent(long jarg1, Bookmark jarg1_) static final PDFDictPDFLJNI.Bookmark_getPDFDict(long jarg1, Bookmark jarg1_) static final BookmarkPDFLJNI.Bookmark_getPrevious(long jarg1, Bookmark jarg1_) static final StringPDFLJNI.Bookmark_getTitle(long jarg1, Bookmark jarg1_) static final ViewDestinationPDFLJNI.Bookmark_getViewDestination(long jarg1, Bookmark jarg1_) static final booleanPDFLJNI.Bookmark_hasChildren(long jarg1, Bookmark jarg1_) static final booleanPDFLJNI.Bookmark_isOpen(long jarg1, Bookmark jarg1_) static final booleanPDFLJNI.Bookmark_sameTypeEquals(long jarg1, Bookmark jarg1_, long jarg2, Bookmark jarg2_) static final voidPDFLJNI.Bookmark_setAction(long jarg1, Bookmark jarg1_, long jarg2, Action jarg2_) static final voidPDFLJNI.Bookmark_setColor(long jarg1, Bookmark jarg1_, long jarg2, Color jarg2_) static final voidPDFLJNI.Bookmark_setFlags(long jarg1, Bookmark jarg1_, int jarg2) static final voidPDFLJNI.Bookmark_setOpen(long jarg1, Bookmark jarg1_, boolean jarg2) static final voidPDFLJNI.Bookmark_setTitle(long jarg1, Bookmark jarg1_, String jarg2) static final StringPDFLJNI.Bookmark_toString(long jarg1, Bookmark jarg1_) static final voidPDFLJNI.Bookmark_unlink(long jarg1, Bookmark jarg1_)