org.apache.fop.pdf

Class PDFAction

Implemented Interfaces:
PDFWritable
Known Direct Subclasses:
PDFGoTo, PDFGoToRemote, PDFInternalLink, PDFUri

public abstract class PDFAction
extends PDFObject

class representing an action object.

Field Summary

Fields inherited from class org.apache.fop.pdf.PDFObject

DATE_FORMAT, log

Method Summary

abstract 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, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, hasObjectNumber, makeReference, output, referencePDF, setDocument, setObjectNumber, toInlinePDFString, toPDF, toPDFString

Method Details

getAction

public abstract 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

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