public class PDFDocumentInfo extends DocumentInfo
| Modifier and Type | Class and Description |
|---|---|
class |
PDFDocumentInfo.PdfEncryptionInfo |
| Constructor and Description |
|---|
PDFDocumentInfo(PDF doc) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
PDFDocumentInfo.PdfEncryptionInfo |
getEncryptionInfo() |
Date |
getModifiedDate() |
String |
getProducer() |
boolean |
isEncrypted() |
void |
setAuthor(String author) |
void |
setComments(String comments) |
void |
setCreationDate(Date creationDate) |
void |
setCreator(String creator) |
void |
setKeywords(String keywords) |
void |
setModifiedDate(Date modifiedDate) |
void |
setProducer(String producer) |
void |
setSubject(String subject) |
void |
setTitle(String title) |
getAuthor, getComments, getCreatedDate, getCreator, getKeywords, getSubject, getTitle, getVersion, setCreatedDate, setVersionpublic PDFDocumentInfo(PDF doc)
public String getProducer()
public void setProducer(String producer) throws PDFException, InsufficientPermissionsException, IOException
public Date getCreationDate()
public void setCreationDate(Date creationDate) throws PDFException, InsufficientPermissionsException, IOException
public Date getModifiedDate()
getModifiedDate in class DocumentInfopublic void setModifiedDate(Date modifiedDate) throws PDFException, InsufficientPermissionsException, IOException
setModifiedDate in class DocumentInfoPDFExceptionInsufficientPermissionsExceptionIOExceptionpublic void setAuthor(String author) throws XDocException, IOException
setAuthor in class DocumentInfoXDocExceptionIOExceptionpublic void setSubject(String subject) throws XDocException, IOException
setSubject in class DocumentInfoXDocExceptionIOExceptionpublic void setCreator(String creator) throws XDocException, IOException
setCreator in class DocumentInfoXDocExceptionIOExceptionpublic void setKeywords(String keywords) throws XDocException, IOException
setKeywords in class DocumentInfoXDocExceptionIOExceptionpublic void setTitle(String title) throws XDocException, IOException
setTitle in class DocumentInfoXDocExceptionIOExceptionpublic void setComments(String comments) throws XDocException, IOException
setComments in class DocumentInfoXDocExceptionIOExceptionpublic boolean isEncrypted()
isEncrypted in class DocumentInfopublic PDFDocumentInfo.PdfEncryptionInfo getEncryptionInfo()