Uses of Class
org.apache.fop.render.intermediate.extensions.Bookmark
-
Packages that use Bookmark Package Description org.apache.fop.render.intermediate org.apache.fop.render.intermediate.extensions org.apache.fop.render.pdf PDF Renderer -
-
Uses of Bookmark in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate that return Bookmark Modifier and Type Method Description private Bookmark
IFRenderer. renderBookmarkItem(BookmarkData bookmarkItem)
Methods in org.apache.fop.render.intermediate with parameters of type Bookmark Modifier and Type Method Description private void
IFSerializer. serializeBookmark(Bookmark bookmark)
-
Uses of Bookmark in org.apache.fop.render.intermediate.extensions
Methods in org.apache.fop.render.intermediate.extensions with parameters of type Bookmark Modifier and Type Method Description void
BookmarkTree. addBookmark(Bookmark bookmark)
Adds a new top-level bookmark.void
Bookmark. addChildBookmark(Bookmark bookmark)
Adds a child bookmark. -
Uses of Bookmark in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf with parameters of type Bookmark Modifier and Type Method Description private void
PDFDocumentNavigationHandler. renderBookmark(Bookmark bookmark, PDFOutline parent)
-