Uses of Class org.apache.fop.pdf.PDFAction

Uses in package org.apache.fop.pdf

Classes derived from org.apache.fop.pdf.PDFAction

class
class representing a /GoTo object.
class
class representing a /GoToR object.
class
class used to create a PDF internal link
class
class used to create a PDF Uri link

Methods with parameter type org.apache.fop.pdf.PDFAction

PDFLink
PDFFactory.makeLink(Rectangle2D rect, PDFAction pdfAction)
Create a PDF link to an existing PDFAction object
PDFOutline
PDFFactory.makeOutline(PDFOutline parent, String label, PDFAction pdfAction, boolean showSubItems)
Make an outline object and add it to the given parent
void
Set the pdf action for this link.

Methods with return type org.apache.fop.pdf.PDFAction

PDFAction
Create/find and return the appropriate external PDFAction according to the target

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.