org.apache.fop.pdf
public class PDFFileSpec extends PDFObject
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
filename
the filename
|
DATE_FORMAT, log| Constructor and Description |
|---|
PDFFileSpec(java.lang.String filename)
create a /FileSpec object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Check if this equals another 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 PDFFileSpec(java.lang.String filename)
filename - the filename represented by this objectpublic 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.