|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.pdf.PDFObject | +--org.apache.fop.pdf.PDFInfo
class representing an /Info object
Field Summary | |
protected java.lang.String |
producer
the application producing the PDF |
Fields inherited from class org.apache.fop.pdf.PDFObject |
generation,
number |
Constructor Summary | |
PDFInfo(int number)
create an Info object |
Method Summary | |
void |
setProducer(java.lang.String producer)
set the producer string |
byte[] |
toPDF()
produce the PDF representation of the object |
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 java.lang.String producer
Constructor Detail |
public PDFInfo(int number)
number
- the object's numberMethod Detail |
public void setProducer(java.lang.String producer)
producer
- the producer stringpublic byte[] toPDF()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |