builtindocumentproperties-ag凯发旗舰厅



com.spire.doc
class builtindocumentproperties

java.lang.object
  extended by com.spire.doc.ownerholder
      extended by com.spire.doc.documents.xml.documentserializable
          extended by com.spire.doc.summarydocumentproperties
              extended by com.spire.doc.builtindocumentproperties

public class builtindocumentproperties
extends summarydocumentproperties

method summary
 builtindocumentproperties deepclone()
          clone.
 int getbytescount()
          gets the number of bytes in the document.
 java.lang.string getcategory()
          gets the category of the document.
 int getcharcountwithspace()
          gets document characters count(including spaces)
 java.lang.string getcompany()
          returns company property.
 java.lang.string getcontentstatus()
          gets the document status.
 int gethiddencount()
          gets hidden count
 java.lang.string gethyperlinkbase()
          returns hyperlink base property.
 int getlinescount()
          gets the number of lines in the document.
 java.lang.string getmanager()
          gets manager property.
 int getnotecount()
          gets note count.
 int getparagraphcount()
          gets the number of paragraphs in the document.
 int getslidecount()
          gets slide count.
 void setcategory(java.lang.string value)
          sets the category of the document.
 void setcompany(java.lang.string value)
          sets company property.
 void setcontentstatus(java.lang.string value)
          sets the document status.
 void sethyperlinkbase(java.lang.string value)
          sets hyperlink base property.
 void setmanager(java.lang.string value)
          sets manager property.
 
methods inherited from class com.spire.doc.summarydocumentproperties
add, getapplicationname, getauthor, getcharcount, getcomments, getcount, getcreatedate, getdocsecurity, getkeywords, getlastauthor, getlastprinted, getlastsavedate, getpagecount, getrevisionnumber, getsubject, gettemplate, getthumbnail, gettitle, gettotaleditingtime, getwordcount, setapplicationname, setauthor, setcomments, setcreatedate, setdocsecurity, setkeywords, setlastauthor, setlastprinted, setlastsavedate, setrevisionnumber, setsubject, settemplate, setthumbnail, settitle, settotaleditingtime
 
methods inherited from class com.spire.doc.ownerholder
getdocument
 
method detail

getcategory

public java.lang.string getcategory()
gets the category of the document.
returns:
the category

setcategory

public void setcategory(java.lang.string value)
sets the category of the document.
parameters:
value - the category

getbytescount

public int getbytescount()
gets the number of bytes in the document.
returns:
the bytes count

getlinescount

public int getlinescount()
gets the number of lines in the document.
returns:
lines count

getparagraphcount

public int getparagraphcount()
gets the number of paragraphs in the document.
returns:
pargraph count

getcharcountwithspace

public int getcharcountwithspace()
gets document characters count(including spaces)
overrides:
getcharcountwithspace in class summarydocumentproperties
returns:
char coutn with space

getslidecount

public int getslidecount()
gets slide count.
returns:
slide count

getnotecount

public int getnotecount()
gets note count.
returns:
note count

gethiddencount

public int gethiddencount()
gets hidden count
returns:
hidden count

getcompany

public java.lang.string getcompany()
returns company property.
returns:
the company

setcompany

public void setcompany(java.lang.string value)
sets company property.
parameters:
value - the company

gethyperlinkbase

public java.lang.string gethyperlinkbase()
returns hyperlink base property.
returns:
the hyperlink base

sethyperlinkbase

public void sethyperlinkbase(java.lang.string value)
sets hyperlink base property.
parameters:
value - the hyperlink base

getmanager

public java.lang.string getmanager()
gets manager property.
returns:
the manager

setcontentstatus

public void setcontentstatus(java.lang.string value)
sets the document status.
parameters:
value - the document status

getcontentstatus

public java.lang.string getcontentstatus()
gets the document status.
returns:
the document status

setmanager

public void setmanager(java.lang.string value)
sets manager property.
parameters:
value - the manager

deepclone

public builtindocumentproperties deepclone()
clone.
returns:
the builtindocumentproperties


网站地图