|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ibuiltindocumentproperties
represents user interface for built-in document properties.
method summary | |
---|---|
void |
clear()
removes all properties from the collection. |
boolean |
contains(builtinpropertytype index)
indicates whether collection contains specified property. |
idocumentproperty |
get(int iindex)
returns single entry from the collection. |
java.lang.string |
getapplicationname()
applicationname document property. |
java.lang.string |
getauthor()
author document property. |
idocumentproperty |
getbybuiltinpropertytype(builtinpropertytype index)
returns single entry from the collection. |
int |
getbytes()
bytecount. |
java.lang.string |
getcategory()
category. |
int |
getcharacters()
charcount document property. |
java.lang.string |
getcomments()
comments document property. |
java.lang.string |
getcompany()
company. |
int |
getcount()
returns number of elements in the collection. |
int |
gethiddencount()
hiddencount. |
java.lang.string |
getkeywords()
keywords document property. |
java.lang.string |
getlastauthor()
lastauthor document property. |
int |
getlinecount()
linecount. |
boolean |
getlinksdirty()
boolean value to indicate whether the custom links are hampered by excessive noise, for all applications. |
java.lang.string |
getmanager()
manager. |
int |
getmultimediaclipcount()
mmclipcount. |
int |
getnotecount()
notecount. |
int |
getpagecount()
pagecount document property. |
int |
getparagraphcount()
parcount. |
java.lang.string |
getpresentationtarget()
target format for presentation (35mm, printer, video, and so on). |
java.lang.string |
getrevisionnumber()
revnumber document property. |
int |
getslidecount()
slidecount. |
java.lang.string |
getsubject()
subject document property. |
java.lang.string |
gettemplate()
template document property. |
java.lang.string |
gettitle()
title document property. |
int |
getwordcount()
wordcount document property. |
void |
setapplicationname(java.lang.string value)
applicationname document property. |
void |
setauthor(java.lang.string value)
author document property. |
void |
setbytes(int value)
bytecount. |
void |
setcategory(java.lang.string value)
category. |
void |
setcharacters(int value)
charcount document property. |
void |
setcomments(java.lang.string value)
comments document property. |
void |
setcompany(java.lang.string value)
company. |
void |
sethiddencount(int value)
hiddencount. |
void |
setkeywords(java.lang.string value)
keywords document property. |
void |
setmanager(java.lang.string value)
manager. |
void |
setmultimediaclipcount(int value)
mmclipcount. |
void |
setnotecount(int value)
notecount. |
void |
setpagecount(int value)
pagecount document property. |
void |
setparagraphcount(int value)
parcount. |
void |
setpresentationtarget(java.lang.string value)
target format for presentation (35mm, printer, video, and so on). |
void |
setrevisionnumber(java.lang.string value)
revnumber document property. |
void |
setslidecount(int value)
slidecount. |
void |
settemplate(java.lang.string value)
template document property. |
void |
settitle(java.lang.string value)
title document property. |
void |
setwordcount(int value)
wordcount document property. |
method detail |
---|
idocumentproperty getbybuiltinpropertytype(builtinpropertytype index)
idocumentproperty get(int iindex)
int getcount()
void clear()
boolean contains(builtinpropertytype index)
index
- property id.
java.lang.string gettitle()
void settitle(java.lang.string value)
java.lang.string getsubject()
java.lang.string getauthor()
void setauthor(java.lang.string value)
java.lang.string getkeywords()
void setkeywords(java.lang.string value)
java.lang.string getcomments()
void setcomments(java.lang.string value)
java.lang.string gettemplate()
void settemplate(java.lang.string value)
java.lang.string getlastauthor()
java.lang.string getrevisionnumber()
void setrevisionnumber(java.lang.string value)
int getpagecount()
void setpagecount(int value)
int getwordcount()
void setwordcount(int value)
int getcharacters()
void setcharacters(int value)
java.lang.string getapplicationname()
void setapplicationname(java.lang.string value)
java.lang.string getcategory()
void setcategory(java.lang.string value)
java.lang.string getpresentationtarget()
void setpresentationtarget(java.lang.string value)
int getbytes()
void setbytes(int value)
int getlinecount()
int getparagraphcount()
void setparagraphcount(int value)
int getslidecount()
void setslidecount(int value)
int getnotecount()
void setnotecount(int value)
int gethiddencount()
void sethiddencount(int value)
int getmultimediaclipcount()
void setmultimediaclipcount(int value)
java.lang.string getmanager()
void setmanager(java.lang.string value)
java.lang.string getcompany()
void setcompany(java.lang.string value)
boolean getlinksdirty()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |