Uses of Class
org.xhtmlrenderer.pdf.ITextOutputDevice.Bookmark
Packages that use ITextOutputDevice.Bookmark
-
Uses of ITextOutputDevice.Bookmark in org.xhtmlrenderer.pdf
Fields in org.xhtmlrenderer.pdf declared as ITextOutputDevice.BookmarkFields in org.xhtmlrenderer.pdf with type parameters of type ITextOutputDevice.BookmarkModifier and TypeFieldDescriptionprivate List
<ITextOutputDevice.Bookmark> ITextOutputDevice._bookmarks
private List
<ITextOutputDevice.Bookmark> ITextOutputDevice.Bookmark._children
Methods in org.xhtmlrenderer.pdf that return types with arguments of type ITextOutputDevice.BookmarkModifier and TypeMethodDescriptionstatic List
<ITextOutputDevice.Bookmark> Creates a bookmark list of the document outline generated for the given element context (usually the root document element).ITextOutputDevice.Bookmark.getChildren()
Methods in org.xhtmlrenderer.pdf with parameters of type ITextOutputDevice.BookmarkModifier and TypeMethodDescriptionvoid
ITextOutputDevice.Bookmark.addChild
(ITextOutputDevice.Bookmark child) private void
ITextOutputDevice.loadBookmark
(ITextOutputDevice.Bookmark parent, Element bookmark) private void
ITextOutputDevice.writeBookmark
(RenderingContext c, Box root, com.lowagie.text.pdf.PdfOutline parent, ITextOutputDevice.Bookmark bookmark) Method parameters in org.xhtmlrenderer.pdf with type arguments of type ITextOutputDevice.BookmarkModifier and TypeMethodDescriptionprivate static void
HTMLOutline.initBoxRefs
(Map<Element, ITextOutputDevice.Bookmark> map, Box box) private void
ITextOutputDevice.writeBookmarks
(RenderingContext c, Box root, com.lowagie.text.pdf.PdfOutline parent, List<ITextOutputDevice.Bookmark> bookmarks)