|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface idocumentproperty
method summary | |
---|---|
boolean |
contains(java.lang.string name)
check presents of a custom property with a specified name. |
java.lang.object |
get(java.lang.string name)
gets the custom property associated with a specified name. |
java.lang.string |
getapplication()
gets the name of the application. |
java.lang.string |
getauthor()
gets the author of a presentation. |
java.lang.string |
getcategory()
gets the category of a presentation. |
java.lang.string |
getcomments()
gets the comments of a presentation. |
java.lang.string |
getcompany()
gets the company property. |
java.lang.string |
getcontentstatus()
gets the content status of a presentation. |
java.lang.string |
getcontenttype()
gets the content type of a presentation. |
int |
getcount()
gets the number of custom properties actually contained in a collection. |
java.util.date |
getcreatedtime()
gets the date when a presentation was created. |
java.lang.string |
getformat()
gets the intended format of a presentation. |
java.lang.string |
gethyperlinkbase()
gets the hyperlinkbase document property. |
java.lang.string |
getkeywords()
gets or sets the keywords of a presentation. |
java.util.date |
getlastprinted()
gets the date when a presentation was printed last time. |
java.lang.string |
getlastsavedby()
gets the name of a last person who modified a presentation. |
java.util.date |
getlastsavedtime()
gets the date when a presentation was modified last time. |
java.lang.string |
getmanager()
gets the manager property. |
java.lang.string |
getpropertyname(int index)
return a custom property name at the specified index. |
int |
getrevisionnumber()
gets the presentation revision number. |
boolean |
getshareddoc()
indicates whether the presentation is shared between multiple people. |
java.lang.string |
getsubject()
gets the subject of a presentation. |
java.lang.string |
gettemplate()
gets the template of a application. |
java.lang.string |
gettitle()
gets the title of a presentation. |
long |
gettotaleditingtime()
total editing time of a presentation. |
boolean |
remove(java.lang.string name)
remove a custom property associated with a specified name. |
void |
set(java.lang.string name,
java.lang.object value)
|
void |
setapplication(java.lang.string value)
sets the name of the application. |
void |
setauthor(java.lang.string value)
sets the author of a presentation. |
void |
setcategory(java.lang.string value)
sets the category of a presentation. |
void |
setcomments(java.lang.string value)
sets the comments of a presentation. |
void |
setcompany(java.lang.string value)
sets the company property. |
void |
setcontentstatus(java.lang.string value)
sets the content status of a presentation. |
void |
setcontenttype(java.lang.string value)
sets the content type of a presentation. |
void |
setcreatedtime(java.util.date value)
sets the date when a presentation was created. |
void |
setformat(java.lang.string value)
sets the intended format of a presentation. |
void |
sethyperlinkbase(java.lang.string value)
sets the hyperlinkbase document property. |
void |
setkeywords(java.lang.string value)
sets the keywords of a presentation. |
void |
setlastprinted(java.util.date value)
sets the date when a presentation was printed last time. |
void |
setlastsavedby(java.lang.string value)
sets the name of a last person who modified a presentation. |
void |
setlastsavedtime(java.util.date value)
sets the date when a presentation was modified last time. |
void |
setmanager(java.lang.string value)
sets the manager property. |
void |
setrevisionnumber(int value)
sets the presentation revision number. |
void |
setshareddoc(boolean value)
|
void |
setsubject(java.lang.string value)
sets the subject of a presentation. |
void |
settemplate(java.lang.string value)
sets the template of a application. |
void |
settitle(java.lang.string value)
sets the title of a presentation. |
void |
settotaleditingtime(long value)
|
method detail |
---|
java.lang.string getapplication()
void setapplication(java.lang.string value)
java.lang.string getcompany()
void setcompany(java.lang.string value)
java.lang.string getmanager()
void setmanager(java.lang.string value)
java.lang.string getformat()
void setformat(java.lang.string value)
boolean getshareddoc()
void setshareddoc(boolean value)
java.lang.string gettemplate()
void settemplate(java.lang.string value)
long gettotaleditingtime()
void settotaleditingtime(long value)
java.lang.string gettitle()
void settitle(java.lang.string value)
java.lang.string getsubject()
void setsubject(java.lang.string value)
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 getcategory()
void setcategory(java.lang.string value)
java.util.date getcreatedtime()
void setcreatedtime(java.util.date value)
java.util.date getlastsavedtime()
void setlastsavedtime(java.util.date value)
java.util.date getlastprinted()
void setlastprinted(java.util.date value)
java.lang.string getlastsavedby()
void setlastsavedby(java.lang.string value)
int getrevisionnumber()
void setrevisionnumber(int value)
java.lang.string getcontentstatus()
void setcontentstatus(java.lang.string value)
java.lang.string getcontenttype()
void setcontenttype(java.lang.string value)
int getcount()
java.lang.string gethyperlinkbase()
void sethyperlinkbase(java.lang.string value)
java.lang.string getpropertyname(int index)
index
- the zero-based index of a custom property to get.
boolean remove(java.lang.string name)
name
- name of a custom property to remove.
boolean contains(java.lang.string name)
name
- name of a custom property to check.
java.lang.object get(java.lang.string name)
name
-
void set(java.lang.string name, java.lang.object value) throws documenteditexception
documenteditexception
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |