org.apache.fop.pdf
Class PDFGoToRemote

org.apache.fop.pdf.PDFObject
  |
  +--org.apache.fop.pdf.PDFAction
        |
        +--org.apache.fop.pdf.PDFGoToRemote

public class PDFGoToRemote
extends PDFAction

class representing a /GoToR object.


Constructor Summary
PDFGoToRemote(int number, PDFFileSpec pdfFileSpec)
          create an GoToR object.

Method Summary
 StringgetAction()
          return the action string which will reference this object
 byte[]toPDF()
          represent the object in PDF

Methods inherited from class org.apache.fop.pdf.PDFObject
getNumber, referencePDF

Constructor Detail

PDFGoToRemote

public PDFGoToRemote(int number, PDFFileSpec pdfFileSpec)
create an GoToR object.
Parameters:
number - the object's number
fileSpec - the fileSpec associated with the action
Method Detail

getAction

public String getAction()
return the action string which will reference this object
Returns: the action String

toPDF

public byte[] toPDF()
represent the object in PDF
Returns: the PDF string

Association Links

to Class org.apache.fop.pdf.PDFFileSpec

the file specification