|
ActiveXLS v6.4.0 API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |
System.ObjectActiveXLS.FileProperties.Util.PropertySet
ActiveXLS.FileProperties.SummaryInformation
This class stores the properties of the summary information of the document like author, last author, application name, create date, comments, keywords, revision number, subject, title.
Constructor Summary | |
SummaryInformation()
Defines an instance of the summary information with the following default properties: author, last author, application name, create date, comments. |
Method Summary | |
System.String |
getApplicationName()
Returns the application name property. |
System.String |
getAuthor()
Returns the author property. |
System.String |
getComments()
Returns the comments property. |
java.util.Date |
getCreationDate()
Returns the date of creation. |
System.String |
getKeywords()
Returns the keywords property. |
java.util.Date |
getLastPrinted()
Returns the last printed property. |
System.String |
getLastSavedBy()
Returns the last author property. |
java.util.Date |
getLastSavedDate()
Returns the date of last saved property. |
System.String |
getRevisionNumber()
Returns the revision number property. |
System.String |
getStatus()
Returns the status property. |
System.String |
getSubject()
Returns the subject property. |
System.String |
getTitle()
Returns the title property. |
void |
setApplicationName(System.String applicationName)
Sets the application name property. |
void |
setAuthor(System.String author)
Sets the author property. |
void |
setComments(System.String comments)
Sets the comments property. |
void |
setKeywords(System.String keywords)
Sets the keywords property. |
void |
setLastPrinted(java.util.Date lastPrinted)
Sets the last printed property. |
void |
setLastSavedBy(System.String author)
Sets the last author property. |
void |
setLastSavedDate(java.util.Date date)
Sets the date of last saved property. |
void |
setRevisionNumber(System.String revisionNumber)
Sets the revision number property. |
void |
setStatus(System.String status)
Sets the status property. |
void |
setSubject(System.String subject)
Sets the subject property. |
void |
setTitle(System.String title)
Sets the title property. |
Constructor Detail |
public SummaryInformation()
Method Detail |
public void setTitle(System.String title)
title
- the title propertygetTitle()
public System.String getTitle()
setTitle(System.String)
public void setSubject(System.String subject)
subject
- the subject propertygetSubject()
public System.String getSubject()
setSubject(System.String)
public void setKeywords(System.String keywords)
keywords
- the keywords propertygetKeywords()
public System.String getKeywords()
setKeywords(System.String)
public void setComments(System.String comments)
comments
- the comments propertygetComments()
public System.String getComments()
setComments(System.String)
public void setAuthor(System.String author)
author
- the author propertygetAuthor()
public System.String getAuthor()
setAuthor(System.String)
public void setLastSavedBy(System.String author)
author
- the last author propertygetLastSavedBy()
public System.String getLastSavedBy()
setLastSavedBy(System.String)
public void setLastPrinted(java.util.Date lastPrinted)
lastPrinted
- the date of the last printedgetLastPrinted()
public java.util.Date getLastPrinted()
setLastPrinted(java.util.Date)
public void setRevisionNumber(System.String revisionNumber)
revisionNumber
- the revision number propertygetRevisionNumber()
public System.String getRevisionNumber()
setRevisionNumber(System.String)
public void setApplicationName(System.String applicationName)
applicationName
- the application name propertygetApplicationName()
public System.String getApplicationName()
setApplicationName(System.String)
public void setLastSavedDate(java.util.Date date)
date
- the date of last savedgetLastSavedDate()
public java.util.Date getLastSavedDate()
setLastSavedDate(java.util.Date)
public java.util.Date getCreationDate()
public void setStatus(System.String status)
status
- the status propertygetStatus()
public System.String getStatus()
setStatus(System.String)
|
Copyright 2009 On Time Computing Solutions | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |