org.apache.fop.pdf
Class PDFAction
- PDFWritable
public abstract class PDFAction
class representing an action object.
abstract String | getAction() - represent the action to call
this method should be implemented to return the action which gets
called by the Link Object.
|
encode , encodeBinaryToHexString , encodeString , encodeText , formatDateTime , formatDateTime , formatObject , getDocument , getDocumentSafely , getGeneration , getObjectID , getObjectNumber , getParent , hasObjectNumber , makeReference , output , outputInline , referencePDF , setDocument , setObjectNumber , setParent , toPDF , toPDFString |
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
- the action to place next to /A within a Link
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.