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
All Implemented Interfaces:
IDocumentSerializable
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 or sets application name
 java.lang.String getAuthor()
          Gets or sets author name
 int getCharCount()
          Gets document characters count
 int getCharCountWithSpace()
          Gets document characters count(including spaces)
 java.lang.String getComments()
          Gets or sets the comments that provide additional information about the document
 int getCount()
          Gets summary count of document properties
 java.util.Date getCreateDate()
          Gets or sets the document creation date
 int getDocSecurity()
          Gets or sets document security level
 java.lang.String getKeywords()
          Gets or sets the document keywords
 java.lang.String getLastAuthor()
          Gets or sets the last author name
 java.util.Date getLastPrinted()
          Returns or sets the last print date
 java.util.Date getLastSaveDate()
          Returns or sets the last save date
 int getPageCount()
          Gets document pages count
 java.lang.String getRevisionNumber()
          Gets or sets the document revision number
 java.lang.String getSubject()
          Gets or sets the subject of the document
 java.lang.String getTemplate()
          Gets or sets the template name of the document
 java.lang.String getThumbnail()
          Returns or setsthumbnail picture for document preview
 java.lang.String getTitle()
          Gets or sets the document title
 long getTotalEditingTime()
          Gets or sets the document total editing time
 int getWordCount()
          Gets document words count
 void setApplicationName(java.lang.String value)
          Gets or sets application name
 void setAuthor(java.lang.String value)
          Gets or sets author name
 void setComments(java.lang.String value)
          Gets or sets the comments that provide additional information about the document
 void setCreateDate(java.util.Date value)
          Gets or sets the document creation date
 void setDocSecurity(int value)
          Gets or sets document security level
 void setKeywords(java.lang.String value)
          Gets or sets the document keywords
 void setLastAuthor(java.lang.String value)
          Gets or sets the last author name
 void setLastPrinted(java.util.Date value)
          Returns or sets the last print date
 void setLastSaveDate(java.util.Date value)
          Returns or sets the last save date
 void setRevisionNumber(java.lang.String value)
          Gets or sets the document revision number
 void setSubject(java.lang.String value)
          Gets or sets the subject of the document
 void setTemplate(java.lang.String value)
          Gets or sets the template name of the document
 void setThumbnail(java.lang.String value)
          Returns or setsthumbnail picture for document preview
 void setTitle(java.lang.String value)
          Gets or sets the document title
 void setTotalEditingTime(long value)
          Gets or sets the document total editing time
 
Methods inherited from class com.spire.doc.OwnerHolder
getDocument
 

Method Detail

getAuthor

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


setAuthor

public void setAuthor(java.lang.String value)
Gets or sets author name


getApplicationName

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


setApplicationName

public void setApplicationName(java.lang.String value)
Gets or sets application name


getTitle

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


setTitle

public void setTitle(java.lang.String value)
Gets or sets the document title


getSubject

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


setSubject

public void setSubject(java.lang.String value)
Gets or sets the subject of the document


getKeywords

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


setKeywords

public void setKeywords(java.lang.String value)
Gets or sets the document keywords


getComments

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


setComments

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


getTemplate

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


setTemplate

public void setTemplate(java.lang.String value)
Gets or sets the template name of the document


getLastAuthor

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


setLastAuthor

public void setLastAuthor(java.lang.String value)
Gets or sets the last author name


getRevisionNumber

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


setRevisionNumber

public void setRevisionNumber(java.lang.String value)
Gets or sets the document revision number


getTotalEditingTime

public long getTotalEditingTime()
Gets or sets the document total editing time


setTotalEditingTime

public void setTotalEditingTime(long value)
Gets or sets the document total editing time


getLastPrinted

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


setLastPrinted

public void setLastPrinted(java.util.Date value)
Returns or sets the last print date


getCreateDate

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


setCreateDate

public void setCreateDate(java.util.Date value)
Gets or sets the document creation date


getLastSaveDate

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


setLastSaveDate

public void setLastSaveDate(java.util.Date value)
Returns or sets the last save date


getPageCount

public int getPageCount()
Gets document pages count


getWordCount

public int getWordCount()
Gets document words count


getCharCount

public int getCharCount()
Gets document characters count


getCharCountWithSpace

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


getThumbnail

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


setThumbnail

public void setThumbnail(java.lang.String value)
Returns or setsthumbnail picture for document preview


getDocSecurity

public int getDocSecurity()
Gets or sets document security level


setDocSecurity

public void setDocSecurity(int value)
Gets or sets document security level


getCount

public int getCount()
Gets summary count of document properties


add

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

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