|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFAction
org.apache.fop.pdf.PDFGoToRemote
public class PDFGoToRemote
class representing a /GoToR object.
Field Summary | |
---|---|
protected String |
destination
|
protected int |
pageReference
|
protected PDFFileSpec |
pdfFileSpec
the file specification |
Fields inherited from class org.apache.fop.pdf.PDFObject |
---|
generation, number |
Constructor Summary | |
---|---|
PDFGoToRemote(int number,
PDFFileSpec pdfFileSpec)
create an GoToR object. |
|
PDFGoToRemote(int number,
PDFFileSpec pdfFileSpec,
int page)
create an GoToR object. |
|
PDFGoToRemote(int number,
PDFFileSpec pdfFileSpec,
String dest)
create an GoToR object. |
Method Summary | |
---|---|
String |
getAction()
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, output, referencePDF |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PDFFileSpec pdfFileSpec
protected int pageReference
protected String destination
Constructor Detail |
---|
public PDFGoToRemote(int number, PDFFileSpec pdfFileSpec)
number
- the object's numberfileSpec
- the fileSpec associated with the actionpublic PDFGoToRemote(int number, PDFFileSpec pdfFileSpec, int page)
number
- the object's numberfileSpec
- the fileSpec associated with the actionpage
- a page reference within the remote documentpublic PDFGoToRemote(int number, PDFFileSpec pdfFileSpec, String dest)
number
- the object's numberfileSpec
- the fileSpec associated with the actiondest
- a named destination within the remote documentMethod Detail |
---|
public String getAction()
getAction
in class PDFAction
public byte[] toPDF()
toPDF
in class PDFAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |