summarydocumentproperties-ag凯发旗舰厅



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.


网站地图