org.apache.fop.pdf
Class PDFFileSpec
java.lang.Object
org.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFFileSpec
public class PDFFileSpec
- extends PDFObject
class representing a /FileSpec object.
Constructor Summary |
PDFFileSpec(int number,
String filename)
create a /FileSpec object. |
Method Summary |
byte[] |
toPDF()
represent the object in PDF |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filename
protected String filename
- the filename
PDFFileSpec
public PDFFileSpec(int number,
String filename)
- create a /FileSpec object.
- Parameters:
number
- the object's numberfilename
- the filename represented by this object
toPDF
public byte[] toPDF()
- represent the object in PDF
- Returns:
- the PDF string
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.