|
|||||||||
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
com.spire.doc.builtindocumentproperties
public class builtindocumentproperties
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.ownerholder |
---|
getdocument |
method detail |
---|
public java.lang.string getcategory()
public void setcategory(java.lang.string value)
value
- the categorypublic int getbytescount()
public int getlinescount()
public int getparagraphcount()
public int getcharcountwithspace()
getcharcountwithspace
in class summarydocumentproperties
public int getslidecount()
public int getnotecount()
public int gethiddencount()
public java.lang.string getcompany()
public void setcompany(java.lang.string value)
value
- the companypublic java.lang.string gethyperlinkbase()
public void sethyperlinkbase(java.lang.string value)
value
- the hyperlink basepublic java.lang.string getmanager()
public void setcontentstatus(java.lang.string value)
value
- the document statuspublic java.lang.string getcontentstatus()
public void setmanager(java.lang.string value)
value
- the managerpublic builtindocumentproperties deepclone()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |