Uses of Class
org.apache.fop.pdf.PDFLink
Packages that use PDFLink
Package
Description
Classes for handling the low-level creation of PDF documents.
PDF Renderer
-
Uses of PDFLink in org.apache.fop.pdf
Fields in org.apache.fop.pdf with type parameters of type PDFLinkMethods in org.apache.fop.pdf that return PDFLinkModifier and TypeMethodDescriptionprotected PDFLink
Finds a link.PDFFactory.makeLink
(Rectangle2D rect, String dest, boolean isNamedDestination) Make an internal link.PDFFactory.makeLink
(Rectangle2D rect, String destination, int linkType, float yoffset) Make aPDFLink
objectPDFFactory.makeLink
(Rectangle2D rect, String page, String dest) Make an internal link.PDFFactory.makeLink
(Rectangle2D rect, PDFAction pdfAction) Create a PDF link to an existing PDFAction objectMethods in org.apache.fop.pdf with parameters of type PDFLink -
Uses of PDFLink in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf with parameters of type PDFLinkModifier and TypeMethodDescription(package private) void
PDFLogicalStructureHandler.addLinkContentItem
(PDFLink link, PDFStructElem structureTreeElement) Adds a content item corresponding to the given link into the structure tree.