Uses of Class
org.apache.fop.area.BookmarkData
Packages that use BookmarkData
Package
Description
FOP's area tree.
Area Tree XML Renderer.
-
Uses of BookmarkData in org.apache.fop.area
Fields in org.apache.fop.area with type parameters of type BookmarkDataMethods in org.apache.fop.area that return BookmarkDataModifier and TypeMethodDescriptionprivate BookmarkData
BookmarkData.createBookmarkData
(Bookmark bookmark) Create and return the bookmark data for this bookmark This creates a bookmark data with the destination and adds all the data from child bookmarksBookmarkData.getSubData
(int count) Get the child data object.Methods in org.apache.fop.area with parameters of type BookmarkDataModifier and TypeMethodDescriptionvoid
BookmarkData.addSubData
(BookmarkData sub) Add a child bookmark data object.private void
BookmarkData.putUnresolved
(String id, BookmarkData bd) -
Uses of BookmarkData in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate with parameters of type BookmarkDataModifier and TypeMethodDescriptionprivate Bookmark
IFRenderer.renderBookmarkItem
(BookmarkData bookmarkItem) protected void
IFRenderer.renderBookmarkTree
(BookmarkData bookmarks) Renders a Bookmark-Tree object -
Uses of BookmarkData in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type BookmarkDataModifier and TypeMethodDescriptionprivate void
XMLRenderer.renderBookmarkItem
(BookmarkData bm) protected abstract void
AbstractXMLRenderer.renderBookmarkTree
(BookmarkData odi) Renders a bookmark treeprotected void
XMLRenderer.renderBookmarkTree
(BookmarkData bookmarkRoot) Renders a BookmarkTree object