Namespace EasyXLS.FileProperties
Class SummaryInformation
System.Object
EasyXLS.FileProperties.Util.PropertySet
EasyXLS.FileProperties.SummaryInformation
public class SummaryInformation
extends EasyXLS.FileProperties.Util.PropertySet
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
ConstructorDescriptionDefines an instance of the summary information with the following default properties: author, last author, application name, create date, comments. -
Method Summary
Modifier and TypeMethodDescriptionSystem.String
Returns the application name property.System.String
Returns the author property.System.String
Returns the comments property.System.DateTime
Returns the date of creation.System.String
Returns the keywords property.System.DateTime
Returns the last printed property.System.String
Returns the last author property.System.DateTime
Returns the date of last saved property.System.String
Returns the revision number property.System.String
Returns the status property.System.String
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(System.DateTime lastPrinted)
Sets the last printed property.void
setLastSavedBy(System.String author)
Sets the last author property.void
setLastSavedDate(System.DateTime 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.Methods inherited from class EasyXLS.FileProperties.Util.PropertySet
getSection, SectionCount
Methods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SummaryInformation
public SummaryInformation()Defines an instance of the summary information with the following default properties: author, last author, application name, create date, comments.
-
-
Method Details
-
setTitle
public void setTitle(System.String title)Sets the title property.- Parameters:
title
- the title property- See Also:
getTitle()
-
getTitle
public System.String getTitle()Returns the title property.- Returns:
- the title property
- See Also:
setTitle(System.String)
-
setSubject
public void setSubject(System.String subject)Sets the subject property.- Parameters:
subject
- the subject property- See Also:
getSubject()
-
getSubject
public System.String getSubject()Returns the subject property.- Returns:
- the subject property
- See Also:
setSubject(System.String)
-
setKeywords
public void setKeywords(System.String keywords)Sets the keywords property.- Parameters:
keywords
- the keywords property- See Also:
getKeywords()
-
getKeywords
public System.String getKeywords()Returns the keywords property.- Returns:
- the keywords property
- See Also:
setKeywords(System.String)
-
setComments
public void setComments(System.String comments)Sets the comments property.- Parameters:
comments
- the comments property- See Also:
getComments()
-
getComments
public System.String getComments()Returns the comments property.- Returns:
- the comments property
- See Also:
setComments(System.String)
-
setAuthor
public void setAuthor(System.String author)Sets the author property.- Parameters:
author
- the author property- See Also:
getAuthor()
-
getAuthor
public System.String getAuthor()Returns the author property.- Returns:
- the author property
- See Also:
setAuthor(System.String)
-
setLastSavedBy
public void setLastSavedBy(System.String author)Sets the last author property.- Parameters:
author
- the last author property- See Also:
getLastSavedBy()
-
getLastSavedBy
public System.String getLastSavedBy()Returns the last author property.- Returns:
- the last author property
- See Also:
setLastSavedBy(System.String)
-
setLastPrinted
public void setLastPrinted(System.DateTime lastPrinted)Sets the last printed property.- Parameters:
lastPrinted
- the date of the last printed- See Also:
getLastPrinted()
-
getLastPrinted
public System.DateTime getLastPrinted()Returns the last printed property.- Returns:
- the date of the last printed
- See Also:
setLastPrinted(System.DateTime)
-
setRevisionNumber
public void setRevisionNumber(System.String revisionNumber)Sets the revision number property.- Parameters:
revisionNumber
- the revision number property- See Also:
getRevisionNumber()
-
getRevisionNumber
public System.String getRevisionNumber()Returns the revision number property.- Returns:
- the revision number property
- See Also:
setRevisionNumber(System.String)
-
setApplicationName
public void setApplicationName(System.String applicationName)Sets the application name property.- Parameters:
applicationName
- the application name property- See Also:
getApplicationName()
-
getApplicationName
public System.String getApplicationName()Returns the application name property.- Returns:
- the application name property
- See Also:
setApplicationName(System.String)
-
setLastSavedDate
public void setLastSavedDate(System.DateTime date)Sets the date of last saved property.- Parameters:
date
- the date of last saved- See Also:
getLastSavedDate()
-
getLastSavedDate
public System.DateTime getLastSavedDate()Returns the date of last saved property.- Returns:
- the date of last saved property
- See Also:
setLastSavedDate(System.DateTime)
-
getCreationDate
public System.DateTime getCreationDate()Returns the date of creation.- Returns:
- the date of creation
-
setStatus
public void setStatus(System.String status)Sets the status property.- Parameters:
status
- the status property- See Also:
getStatus()
-
getStatus
public System.String getStatus()Returns the status property.- Returns:
- the status property
- See Also:
setStatus(System.String)
-