fop 0.91beta

org.apache.fop.pdf
Class PDFAction

java.lang.Object
  |
  +--org.apache.fop.pdf.PDFObject
        |
        +--org.apache.fop.pdf.PDFAction
Direct Known Subclasses:
PDFGoTo, PDFGoToRemote, PDFInternalLink, PDFUri

public abstract class PDFAction
extends PDFObject

class representing an action object.


Fields inherited from class org.apache.fop.pdf.PDFObject
DATE_FORMAT, log
 
Constructor Summary
PDFAction()
           
 
Method Summary
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
encode, encodeString, encodeText, formatDateTime, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, hasObjectNumber, output, referencePDF, setDocument, setObjectNumber, toPDF, toPDFString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFAction

public PDFAction()
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

fop 0.91beta

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