|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arctorus.documents.DocumentProperties
public class DocumentProperties
Office document standard properties
Method Summary | |
---|---|
java.lang.String |
getApplication()
Gets the application name where a document was created. |
java.lang.String |
getAppVersion()
Gets the application version where a document was created. |
java.lang.String |
getCompany()
Gets the company name where a document was created. |
java.util.Date |
getCreated()
Gets the date when a document was created. |
java.lang.String |
getCreator()
Gets the author of a document. |
java.lang.String |
getDescription()
Gets the description of a document. |
java.lang.String |
getKeywords()
Gets the keywords of a document. |
java.lang.String |
getLastModifiedBy()
Gets the editor who modified a document last time. |
java.util.Date |
getLastPrinted()
Gets the date when a document was printed last time. |
boolean |
getLinksUpToDate()
Gets whether the hyperlinks in a document are up to date. |
java.lang.String |
getManager()
Gets the manager of a document. |
java.util.Date |
getModified()
Gets the date when a document was modified last time. |
java.lang.String |
getSubject()
Gets the subject of a document. |
java.lang.String |
getTemplateName()
Gets the name of a template used in a document. |
java.lang.String |
getTitle()
Gets the title of a document. |
void |
setApplication(java.lang.String value)
Sets the application name where a document was created. |
void |
setAppVersion(java.lang.String value)
Sets the application version where a document was created. |
void |
setCompany(java.lang.String value)
Sets the company name where a document was created. |
void |
setCreated(java.util.Date value)
Sets the date when a document was created. |
void |
setCreator(java.lang.String value)
Sets the author of a document. |
void |
setDescription(java.lang.String value)
Sets the description of a document. |
void |
setKeywords(java.lang.String value)
Sets the keywords of a document. |
void |
setLastModifiedBy(java.lang.String value)
Sets the editor who modified a document last time. |
void |
setLastPrinted(java.util.Date value)
Sets the date when a document was printed last time. |
void |
setLinksUpToDate(boolean value)
Sets whether the hyperlinks in a document are up to date. |
void |
setManager(java.lang.String value)
Sets the manager of a document. |
void |
setModified(java.util.Date value)
Sets the date when a document was modified last time. |
void |
setSubject(java.lang.String value)
Sets the subject of a document. |
void |
setTemplateName(java.lang.String value)
Sets the name of a template used in a document. |
void |
setTitle(java.lang.String value)
Sets the title of a document. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.util.Date getCreated()
public void setCreated(java.util.Date value)
value
- date when a document was created.public java.lang.String getCreator()
public void setCreator(java.lang.String value)
value
- the author of a document.public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value
- the description of a document.public java.lang.String getKeywords()
public void setKeywords(java.lang.String value)
value
- the keywords of a document.public java.lang.String getLastModifiedBy()
public void setLastModifiedBy(java.lang.String value)
value
- the editor who modified a document last time.public java.util.Date getLastPrinted()
public void setLastPrinted(java.util.Date value)
value
- the date when a document was printed last time.public java.lang.String getTitle()
public void setTitle(java.lang.String value)
value
- the title of a document.public java.lang.String getSubject()
public void setSubject(java.lang.String value)
value
- the subject of a document.public java.util.Date getModified()
public void setModified(java.util.Date value)
value
- the date when a document was modified last time.public java.lang.String getApplication()
public void setApplication(java.lang.String value)
value
- the application name where a document was created.public java.lang.String getAppVersion()
public void setAppVersion(java.lang.String value)
value
- the application version where a document was created.public java.lang.String getCompany()
public void setCompany(java.lang.String value)
value
- the company name where a document was created.public boolean getLinksUpToDate()
public void setLinksUpToDate(boolean value)
value
- true if set hyperlinks in a document are up to date.public java.lang.String getManager()
public void setManager(java.lang.String value)
value
- the manager of a document.public java.lang.String getTemplateName()
public void setTemplateName(java.lang.String value)
value
- the name of a template used in a document.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |