|
fop 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFAction | |
---|---|
org.apache.fop.pdf | Classes for handling the low-level creation of PDF documents. |
Uses of PDFAction in org.apache.fop.pdf |
---|
Subclasses of PDFAction in org.apache.fop.pdf | |
---|---|
class |
PDFGoTo
class representing a /GoTo object. |
class |
PDFGoToRemote
class representing a /GoToR object. |
class |
PDFInternalLink
class used to create a PDF internal link |
class |
PDFUri
class used to create a PDF Uri link |
Methods in org.apache.fop.pdf that return PDFAction | |
---|---|
PDFAction |
PDFFactory.getExternalAction(java.lang.String target)
Create/find and return the appropriate external PDFAction according to the target |
Methods in org.apache.fop.pdf with parameters of type PDFAction | |
---|---|
PDFLink |
PDFFactory.makeLink(java.awt.geom.Rectangle2D rect,
PDFAction pdfAction)
Create a PDF link to an existing PDFAction object |
PDFOutline |
PDFFactory.makeOutline(PDFOutline parent,
java.lang.String label,
PDFAction pdfAction,
boolean showSubItems)
Make an outline object and add it to the given parent |
void |
PDFLink.setAction(PDFAction action)
Set the pdf action for this link. |
|
fop 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |