|
|||||||||
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 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 |
---|
public java.lang.string getauthor()
public void setauthor(java.lang.string value)
value
- author namepublic java.lang.string getapplicationname()
public void setapplicationname(java.lang.string value)
value
- application namepublic java.lang.string gettitle()
public void settitle(java.lang.string value)
value
- the document titlepublic java.lang.string getsubject()
public void setsubject(java.lang.string value)
value
- the subject of the documentpublic java.lang.string getkeywords()
public void setkeywords(java.lang.string value)
value
- the document keywordspublic java.lang.string getcomments()
public void setcomments(java.lang.string value)
value
- the commentspublic java.lang.string gettemplate()
public void settemplate(java.lang.string value)
value
- the template name of the documentpublic java.lang.string getlastauthor()
public void setlastauthor(java.lang.string value)
value
- the last author namepublic java.lang.string getrevisionnumber()
public void setrevisionnumber(java.lang.string value)
value
- the document revision numberpublic long gettotaleditingtime()
public void settotaleditingtime(long value)
value
- the document total editing timepublic 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)
value
- thumbnail picture for document previewpublic int getdocsecurity()
public void setdocsecurity(int value)
value
- document security levelpublic 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 |