com.spire.doc
Class SummaryDocumentProperties

java.lang.Object
  extended by com.spire.doc.OwnerHolder
      extended by com.spire.doc.documents.xml.DocumentSerializable
          extended by com.spire.doc.SummaryDocumentProperties
Direct Known Subclasses:
BuiltinDocumentProperties

public class SummaryDocumentProperties
extends DocumentSerializable


Method Summary
 void add(int key, DocumentProperty props)
          Adds the specified name.
 java.lang.String getApplicationName()
          Gets application name
 java.lang.String getAuthor()
          Gets author name
 int getCharCount()
          Gets document characters count
 int getCharCountWithSpace()
          Gets document characters count(including spaces)
 java.lang.String getComments()
          Gets the comments that provide additional information about the document
 int getCount()
          Gets summary count of document properties
 java.util.Date getCreateDate()
          Gets the document creation date
 int getDocSecurity()
          Gets document security level
 java.lang.String getKeywords()
          Gets the document keywords
 java.lang.String getLastAuthor()
          Gets the last author name
 java.util.Date getLastPrinted()
          Returns the last print date
 java.util.Date getLastSaveDate()
          Returns the last save date
 int getPageCount()
          Gets document pages count
 java.lang.String getRevisionNumber()
          Gets the document revision number
 java.lang.String getSubject()
          Gets the subject of the document
 java.lang.String getTemplate()
          Gets the template name of the document
 java.lang.String getThumbnail()
          Returns thumbnail picture for document preview
 java.lang.String getTitle()
          Gets the document title
 long getTotalEditingTime()
          Gets the document total editing time
 int getWordCount()
          Gets document words count
 void setApplicationName(java.lang.String value)
          Sets application name
 void setAuthor(java.lang.String value)
          Sets author name
 void setComments(java.lang.String value)
          Sets the comments that provide additional information about the document
 void setCreateDate(java.util.Date value)
          Sets the document creation date
 void setDocSecurity(int value)
          Sets document security level
 void setKeywords(java.lang.String value)
          Sets the document keywords
 void setLastAuthor(java.lang.String value)
          Sets the last author name
 void setLastPrinted(java.util.Date value)
          Sets the last print date
 void setLastSaveDate(java.util.Date value)
          Sets the last save date
 void setRevisionNumber(java.lang.String value)
          Sets the document revision number
 void setSubject(java.lang.String value)
          Sets the subject of the document
 void setTemplate(java.lang.String value)
          Sets the template name of the document
 void setThumbnail(java.lang.String value)
          Sets thumbnail picture for document preview
 void setTitle(java.lang.String value)
          Sets the document title
 void setTotalEditingTime(long value)
          Sets the document total editing time
 
Methods inherited from class com.spire.doc.OwnerHolder
getDocument
 

Method Detail

getAuthor

public java.lang.String getAuthor()
Gets author name

Returns:
author name

setAuthor

public void setAuthor(java.lang.String value)
Sets author name

Parameters:
value - author name

getApplicationName

public java.lang.String getApplicationName()
Gets application name

Returns:
application name

setApplicationName

public void setApplicationName(java.lang.String value)
Sets application name

Parameters:
value - application name

getTitle

public java.lang.String getTitle()
Gets the document title

Returns:
the document title

setTitle

public void setTitle(java.lang.String value)
Sets the document title

Parameters:
value - the document title

getSubject

public java.lang.String getSubject()
Gets the subject of the document

Returns:
the subject of the document

setSubject

public void setSubject(java.lang.String value)
Sets the subject of the document

Parameters:
value - the subject of the document

getKeywords

public java.lang.String getKeywords()
Gets the document keywords

Returns:
the document keywords

setKeywords

public void setKeywords(java.lang.String value)
Sets the document keywords

Parameters:
value - the document keywords

getComments

public java.lang.String getComments()
Gets the comments that provide additional information about the document

Returns:
the comments

setComments

public void setComments(java.lang.String value)
Sets the comments that provide additional information about the document

Parameters:
value - the comments

getTemplate

public java.lang.String getTemplate()
Gets the template name of the document

Returns:
the template name of the document

setTemplate

public void setTemplate(java.lang.String value)
Sets the template name of the document

Parameters:
value - the template name of the document

getLastAuthor

public java.lang.String getLastAuthor()
Gets the last author name

Returns:
the last author name

setLastAuthor

public void setLastAuthor(java.lang.String value)
Sets the last author name

Parameters:
value - the last author name

getRevisionNumber

public java.lang.String getRevisionNumber()
Gets the document revision number

Returns:
the document revision number

setRevisionNumber

public void setRevisionNumber(java.lang.String value)
Sets the document revision number

Parameters:
value - the document revision number

getTotalEditingTime

public long getTotalEditingTime()
Gets the document total editing time

Returns:
the document total editing time

setTotalEditingTime

public void setTotalEditingTime(long value)
Sets the document total editing time

Parameters:
value - the document total editing time

getLastPrinted

public java.util.Date getLastPrinted()
Returns the last print date

Returns:
the last print date

setLastPrinted

public void setLastPrinted(java.util.Date value)
Sets the last print date


getCreateDate

public java.util.Date getCreateDate()
Gets the document creation date


setCreateDate

public void setCreateDate(java.util.Date value)
Sets the document creation date


getLastSaveDate

public java.util.Date getLastSaveDate()
Returns the last save date


setLastSaveDate

public void setLastSaveDate(java.util.Date value)
Sets the last save date


getPageCount

public int getPageCount()
Gets document pages count

Returns:
the page count

getWordCount

public int getWordCount()
Gets document words count

Returns:
document words count

getCharCount

public int getCharCount()
Gets document characters count

Returns:
the char count

getCharCountWithSpace

public int getCharCountWithSpace()
Gets document characters count(including spaces)

Returns:
Char Count WithSpace

getThumbnail

public java.lang.String getThumbnail()
Returns thumbnail picture for document preview

Returns:
thumbnail picture for document preview

setThumbnail

public void setThumbnail(java.lang.String value)
Sets thumbnail picture for document preview

Parameters:
value - thumbnail picture for document preview

getDocSecurity

public int getDocSecurity()
Gets document security level

Returns:
document security level

setDocSecurity

public void setDocSecurity(int value)
Sets document security level

Parameters:
value - document security level

getCount

public int getCount()
Gets summary count of document properties

Returns:
summary count of document properties

add

public void add(int key,
                DocumentProperty props)
Adds the specified name.

Parameters:
key - The name.
props - The value.