Uses of Class
org.apache.fop.pdf.PDFLink
-
Packages that use PDFLink Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.render.pdf PDF Renderer -
-
Uses of PDFLink in org.apache.fop.pdf
Fields in org.apache.fop.pdf with type parameters of type PDFLink Modifier and Type Field Description private java.util.List<PDFLink>
PDFDocument. links
Methods in org.apache.fop.pdf that return PDFLink Modifier and Type Method Description protected PDFLink
PDFDocument. findLink(PDFLink compare)
Finds a link.PDFLink
PDFFactory. makeLink(java.awt.geom.Rectangle2D rect, java.lang.String dest, boolean isNamedDestination)
Make an internal link.PDFLink
PDFFactory. makeLink(java.awt.geom.Rectangle2D rect, java.lang.String destination, int linkType, float yoffset)
Make aPDFLink
objectPDFLink
PDFFactory. makeLink(java.awt.geom.Rectangle2D rect, java.lang.String page, java.lang.String dest)
Make an internal link.PDFLink
PDFFactory. makeLink(java.awt.geom.Rectangle2D rect, PDFAction pdfAction)
Create a PDF link to an existing PDFAction objectMethods in org.apache.fop.pdf with parameters of type PDFLink Modifier and Type Method Description protected PDFLink
PDFDocument. findLink(PDFLink compare)
Finds a link. -
Uses of PDFLink in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf with parameters of type PDFLink Modifier and Type Method Description (package private) void
PDFLogicalStructureHandler. addLinkContentItem(PDFLink link, PDFStructElem structureTreeElement)
Adds a content item corresponding to the given link into the structure tree.
-