Uses of Class
com.gitlab.pdftk_java.PdfBookmark
Packages that use PdfBookmark
-
Uses of PdfBookmark in com.gitlab.pdftk_java
Fields in com.gitlab.pdftk_java with type parameters of type PdfBookmarkModifier and TypeFieldDescription(package private) ArrayList
<PdfBookmark> data_import.PdfData.m_bookmarks
Method parameters in com.gitlab.pdftk_java with type arguments of type PdfBookmarkModifier and TypeMethodDescription(package private) static int
bookmarks.BuildBookmarks
(PdfReader reader_p, ListIterator<PdfBookmark> it, PdfDictionary parent_p, PRIndirectReference parent_ref_p, int parent_level, boolean utf8_b) (package private) static void
bookmarks.BuildBookmarks
(PdfWriter writer_p, ListIterator<PdfBookmark> it, PdfDictionary parent_p, PdfIndirectReference parent_ref_p, PdfDictionary after_child_p, PdfIndirectReference after_child_ref_p, int parent_level, int page_num_offset, int level_offset, boolean utf8_b, bookmarks.BuildBookmarksState state) (package private) static int
bookmarks.ReadOutlines
(ArrayList<PdfBookmark> bookmark_data, PdfDictionary outline_p, int level, PdfReader reader_p, boolean utf8_b)