Uses of Class
org.apache.fop.render.intermediate.extensions.NamedDestination
-
Packages that use NamedDestination Package Description org.apache.fop.render.intermediate org.apache.fop.render.pdf PDF Renderer -
-
Uses of NamedDestination in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate with parameters of type NamedDestination Modifier and Type Method Description void
IFDocumentNavigationHandler. renderNamedDestination(NamedDestination destination)
Renders a named destination.void
IFSerializer. renderNamedDestination(NamedDestination destination)
Renders a named destination. -
Uses of NamedDestination in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf with parameters of type NamedDestination Modifier and Type Method Description void
PDFDocumentNavigationHandler. renderNamedDestination(NamedDestination destination)
Renders a named destination.
-