public class DocumentInfo extends Object
| Constructor and Description |
|---|
DocumentInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getComments() |
Date |
getCreatedDate() |
String |
getCreator() |
String |
getKeywords() |
Date |
getModifiedDate() |
String |
getSubject() |
String |
getTitle() |
String |
getVersion() |
boolean |
isEncrypted() |
void |
setAuthor(String author) |
void |
setComments(String comments) |
void |
setCreatedDate(Date created) |
void |
setCreator(String creator) |
void |
setKeywords(String keywords) |
void |
setModifiedDate(Date modified) |
void |
setSubject(String subject) |
void |
setTitle(String title) |
void |
setVersion(String version) |
public void setAuthor(String author) throws XDocException, IOException
XDocExceptionIOExceptionpublic String getAuthor()
public void setSubject(String subject) throws XDocException, IOException
XDocExceptionIOExceptionpublic String getSubject()
public void setCreator(String creator) throws XDocException, IOException
XDocExceptionIOExceptionpublic String getCreator()
public void setKeywords(String keywords) throws XDocException, IOException
XDocExceptionIOExceptionpublic String getKeywords()
public void setTitle(String title) throws XDocException, IOException
XDocExceptionIOExceptionpublic String getTitle()
public void setComments(String comments) throws XDocException, IOException
XDocExceptionIOExceptionpublic String getComments()
public Date getCreatedDate()
public void setCreatedDate(Date created)
public Date getModifiedDate()
public void setModifiedDate(Date modified) throws XDocException, IOException
XDocExceptionIOExceptionpublic String getVersion()
public void setVersion(String version)
public boolean isEncrypted()