public class PDFDocInfo
extends java.lang.Object
Constructor and Description |
---|
PDFDocInfo(Obj tr)
PDFDocInfo constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthor()
Get the author.
|
Obj |
getAuthorObj()
Get the author SDF/Cos object.
|
Date |
getCreationDate()
Get the creation date.
|
java.lang.String |
getCreator()
Get the creator.
|
Obj |
getCreatorObj()
Get the creator SDF/Cos object.
|
java.lang.String |
getKeywords()
Get the keywords.
|
Obj |
getKeywordsObj()
Get the keywords SDF/Cos object.
|
Date |
getModDate()
Get the mod date.
|
java.lang.String |
getProducer()
Get the producer.
|
Obj |
getProducerObj()
Get the producer SDF/Cos object.
|
Obj |
getSDFObj()
Get the SDF/Cos object.
|
java.lang.String |
getSubject()
Get the subject.
|
Obj |
getSubjectObj()
Get the subject SDF/Cos object.
|
java.lang.String |
getTitle()
Get the document title.
|
Obj |
getTitleObj()
Get the title SDF/Cos object.
|
void |
setAuthor(java.lang.String author)
Set the author of the document.
|
void |
setCreationDate(Date creation_date)
Set document?s creation date.
|
void |
setCreator(java.lang.String creator)
Set document?s creator.
|
void |
setKeywords(java.lang.String keywords)
Set keywords associated with the document.
|
void |
setModDate(Date mod_date)
Set document?s modification date.
|
void |
setProducer(java.lang.String producer)
Set document?s producer.
|
void |
setSubject(java.lang.String subject)
Set the subject of the document.
|
void |
setTitle(java.lang.String title)
Set document?s title.
|
public PDFDocInfo(Obj tr)
tr
- public java.lang.String getTitle() throws PDFNetException
PDFNetException
public Obj getTitleObj() throws PDFNetException
PDFNetException
public void setTitle(java.lang.String title) throws PDFNetException
title
- New title of the document.PDFNetException
public java.lang.String getAuthor() throws PDFNetException
PDFNetException
public Obj getAuthorObj() throws PDFNetException
PDFNetException
public void setAuthor(java.lang.String author) throws PDFNetException
author
- the new authorPDFNetException
public java.lang.String getSubject() throws PDFNetException
PDFNetException
public Obj getSubjectObj() throws PDFNetException
PDFNetException
public void setSubject(java.lang.String subject) throws PDFNetException
subject
- The subject of the document.PDFNetException
public java.lang.String getKeywords() throws PDFNetException
PDFNetException
public Obj getKeywordsObj() throws PDFNetException
PDFNetException
public void setKeywords(java.lang.String keywords) throws PDFNetException
keywords
- the new keywordsPDFNetException
public java.lang.String getCreator() throws PDFNetException
PDFNetException
public Obj getCreatorObj() throws PDFNetException
PDFNetException
public void setCreator(java.lang.String creator) throws PDFNetException
creator
- The name of the application that created the original
document.PDFNetException
public java.lang.String getProducer() throws PDFNetException
PDFNetException
public Obj getProducerObj() throws PDFNetException
PDFNetException
public void setProducer(java.lang.String producer) throws PDFNetException
producer
- The name of the application that generated PDF.PDFNetException
public Date getCreationDate() throws PDFNetException
PDFNetException
public void setCreationDate(Date creation_date) throws PDFNetException
creation_date
- The date and time the document was created.PDFNetException
public Date getModDate() throws PDFNetException
PDFNetException
public void setModDate(Date mod_date) throws PDFNetException
mod_date
- The date and time the document was most recently modified.PDFNetException
public Obj getSDFObj()