Uses of Class
org.apache.fop.area.BookmarkData
-
Packages that use BookmarkData Package Description org.apache.fop.area FOP's area tree.org.apache.fop.render.intermediate org.apache.fop.render.xml Area Tree XML Renderer. -
-
Uses of BookmarkData in org.apache.fop.area
Fields in org.apache.fop.area with type parameters of type BookmarkData Modifier and Type Field Description private java.util.List<BookmarkData>BookmarkData. subDataMethods in org.apache.fop.area that return BookmarkData Modifier and Type Method Description private BookmarkDataBookmarkData. 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 bookmarksBookmarkDataBookmarkData. getSubData(int count)Get the child data object.Methods in org.apache.fop.area with parameters of type BookmarkData Modifier and Type Method Description voidBookmarkData. addSubData(BookmarkData sub)Add a child bookmark data object.private voidBookmarkData. putUnresolved(java.lang.String id, BookmarkData bd) -
Uses of BookmarkData in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate with parameters of type BookmarkData Modifier and Type Method Description private BookmarkIFRenderer. renderBookmarkItem(BookmarkData bookmarkItem)protected voidIFRenderer. 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 BookmarkData Modifier and Type Method Description private voidXMLRenderer. renderBookmarkItem(BookmarkData bm)protected abstract voidAbstractXMLRenderer. renderBookmarkTree(BookmarkData odi)Renders a bookmark treeprotected voidXMLRenderer. renderBookmarkTree(BookmarkData bookmarkRoot)Renders a BookmarkTree object
-