org.apache.fop.pdf
Class PDFInfo
- PDFWritable
class representing an /Info object
encode, encodeString, encodeText, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, hasObjectNumber, makeReference, output, referencePDF, setDocument, setObjectNumber, toInlinePDFString, toPDF, toPDFString |
getAuthor
public String getAuthor()
- the author of the document or null if not set
getCreationDate
public Date getCreationDate()
getCreator
public String getCreator()
- the creator of the document or null if not set
getKeywords
public String getKeywords()
- the keywords for the document or null if not set
getModDate
public Date getModDate()
getProducer
public String getProducer()
- the producer of the document or null if not set
getSubject
public String getSubject()
- the subject of the document or null if not set
getTitle
public String getTitle()
setAuthor
public void setAuthor(String a)
set the author string
setCreationDate
public void setCreationDate(Date date)
date - Date to store in the PDF as creation date. Use null to force current system date.
setCreator
public void setCreator(String creator)
set the creator string
creator - the document creator
setKeywords
public void setKeywords(String k)
set the keywords string
k - the keywords for this document
setModDate
public void setModDate(Date date)
Sets the date of the last modification.
date - the last modification date or null if there are no modifications
setProducer
public void setProducer(String producer)
set the producer string
producer - the producer string
setSubject
public void setSubject(String s)
set the subject string
setTitle
public void setTitle(String t)
set the title string
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.