Package org.apache.fop.pdf
Class PDFAction
- java.lang.Object
-
- org.apache.fop.pdf.PDFObject
-
- org.apache.fop.pdf.PDFAction
-
- All Implemented Interfaces:
PDFWritable
- Direct Known Subclasses:
PDFGoTo
,PDFGoToRemote
,PDFInternalLink
,PDFJavaScriptLaunchAction
,PDFLaunch
,PDFUri
public abstract class PDFAction extends PDFObject
class representing an action object.
-
-
Constructor Summary
Constructors Constructor Description PDFAction()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.String
getAction()
represent the action to call this method should be implemented to return the action which gets called by the Link Object.-
Methods inherited from class org.apache.fop.pdf.PDFObject
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getChildren, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, output, outputInline, referencePDF, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, setParent, toPDF, toPDFString
-
-
-
-
Method Detail
-
getAction
public abstract java.lang.String getAction()
represent the action to call this method should be implemented to return the action which gets called by the Link Object. This could be a reference to another object or the specific destination of the link- Returns:
- the action to place next to /A within a Link
-
-