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.
Method Summary |
String | getAction() return the action string which will reference this object |
byte[] | toPDF() represent the object in PDF |
PDFGoToRemote
public PDFGoToRemote(int number, PDFFileSpec pdfFileSpec)
- create an GoToR object.
- Parameters:
- number - the object's number
- fileSpec - the fileSpec associated with the action
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
to Class org.apache.fop.pdf.PDFFileSpec- the file specification