org.apache.fop.pdf
Class PDFGoToRemote
- PDFWritable
public class PDFGoToRemote
class representing a /GoToR object.
boolean | equals(Object obj) - Check if this equals another object.
|
String | getAction() - return the action string which will reference this object
|
String | toPDFString() -
|
encode , encodeBinaryToHexString , encodeString , encodeText , formatDateTime , formatDateTime , formatObject , getDocument , getDocumentSafely , getGeneration , getObjectID , getObjectNumber , getParent , hasObjectNumber , makeReference , output , outputInline , referencePDF , setDocument , setObjectNumber , setParent , toPDF , toPDFString |
PDFGoToRemote
public PDFGoToRemote(PDFFileSpec pdfFileSpec)
create an GoToR object.
pdfFileSpec
- the fileSpec associated with the action
PDFGoToRemote
public PDFGoToRemote(PDFFileSpec pdfFileSpec,
String dest)
create an GoToR object.
pdfFileSpec
- the fileSpec associated with the actiondest
- a named destination within the remote document
PDFGoToRemote
public PDFGoToRemote(PDFFileSpec pdfFileSpec,
int page)
create an GoToR object.
pdfFileSpec
- the fileSpec associated with the actionpage
- a page reference within the remote document
equals
public boolean equals(Object obj)
Check if this equals another object.
obj
- the object to compare
- true if this equals other object
getAction
public String getAction()
return the action string which will reference this object
- getAction in interface PDFAction
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.