|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.documents.xml.DocumentSerializable
com.spire.doc.SummaryDocumentProperties
public class SummaryDocumentProperties
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 |
---|
public java.lang.String getAuthor()
public void setAuthor(java.lang.String value)
public java.lang.String getApplicationName()
public void setApplicationName(java.lang.String value)
public java.lang.String getTitle()
public void setTitle(java.lang.String value)
public java.lang.String getSubject()
public void setSubject(java.lang.String value)
public java.lang.String getKeywords()
public void setKeywords(java.lang.String value)
public java.lang.String getComments()
public void setComments(java.lang.String value)
public java.lang.String getTemplate()
public void setTemplate(java.lang.String value)
public java.lang.String getLastAuthor()
public void setLastAuthor(java.lang.String value)
public java.lang.String getRevisionNumber()
public void setRevisionNumber(java.lang.String value)
public long getTotalEditingTime()
public void setTotalEditingTime(long value)
public java.util.Date getLastPrinted()
public void setLastPrinted(java.util.Date value)
public java.util.Date getCreateDate()
public void setCreateDate(java.util.Date value)
public java.util.Date getLastSaveDate()
public void setLastSaveDate(java.util.Date value)
public int getPageCount()
public int getWordCount()
public int getCharCount()
public int getCharCountWithSpace()
public java.lang.String getThumbnail()
public void setThumbnail(java.lang.String value)
public int getDocSecurity()
public void setDocSecurity(int value)
public int getCount()
public void add(int key, DocumentProperty props)
key
- The name.props
- The value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |