org.apache.fop.pdf
public class PDFGoToRemote extends PDFAction
DATE_FORMAT, log| Constructor and Description |
|---|
PDFGoToRemote(PDFFileSpec pdfFileSpec)
create an GoToR object.
|
PDFGoToRemote(PDFFileSpec pdfFileSpec,
int page)
create an GoToR object.
|
PDFGoToRemote(PDFFileSpec pdfFileSpec,
java.lang.String dest)
create an GoToR object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Check if this equals another object.
|
java.lang.String |
getAction()
return the action string which will reference this object
|
java.lang.String |
toPDFString()
This method returns a String representation of the PDF object.
|
encode, encodeBinaryToHexString, encodeString, encodeText, formatDateTime, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, output, outputInline, referencePDF, setDocument, setObjectNumber, setParent, toPDFpublic PDFGoToRemote(PDFFileSpec pdfFileSpec)
pdfFileSpec - the fileSpec associated with the actionpublic PDFGoToRemote(PDFFileSpec pdfFileSpec, int page)
pdfFileSpec - the fileSpec associated with the actionpage - a page reference within the remote documentpublic PDFGoToRemote(PDFFileSpec pdfFileSpec, java.lang.String dest)
pdfFileSpec - the fileSpec associated with the actiondest - a named destination within the remote documentpublic java.lang.String getAction()
public java.lang.String toPDFString()
toPDFString in class PDFObjectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the object to compareCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.