idocumentproperty-ag凯发旗舰厅



com.spire.presentation
interface idocumentproperty


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

getapplication

java.lang.string getapplication()
gets the name of the application. read/write .
returns:

setapplication

void setapplication(java.lang.string value)
sets the name of the application. read/write .

getcompany

java.lang.string getcompany()
gets the company property. read/write .
returns:

setcompany

void setcompany(java.lang.string value)
sets the company property. read/write .

getmanager

java.lang.string getmanager()
gets the manager property. read/write .
returns:

setmanager

void setmanager(java.lang.string value)
sets the manager property. read/write .

getformat

java.lang.string getformat()
gets the intended format of a presentation. read/write .
returns:

setformat

void setformat(java.lang.string value)
sets the intended format of a presentation. read/write .

getshareddoc

boolean getshareddoc()
indicates whether the presentation is shared between multiple people. read/write .
returns:

setshareddoc

void setshareddoc(boolean value)

gettemplate

java.lang.string gettemplate()
gets the template of a application. read/write .
returns:

settemplate

void settemplate(java.lang.string value)
sets the template of a application. read/write .

gettotaleditingtime

long gettotaleditingtime()
total editing time of a presentation. read/write ticks.
returns:

settotaleditingtime

void settotaleditingtime(long value)

gettitle

java.lang.string gettitle()
gets the title of a presentation. read/write .
returns:

settitle

void settitle(java.lang.string value)
sets the title of a presentation. read/write .

getsubject

java.lang.string getsubject()
gets the subject of a presentation. read/write .
returns:

setsubject

void setsubject(java.lang.string value)
sets the subject of a presentation. read/write .

getauthor

java.lang.string getauthor()
gets the author of a presentation. read/write .
returns:

setauthor

void setauthor(java.lang.string value)
sets the author of a presentation. read/write .

getkeywords

java.lang.string getkeywords()
gets or sets the keywords of a presentation. read/write .
returns:

setkeywords

void setkeywords(java.lang.string value)
sets the keywords of a presentation. read/write .

getcomments

java.lang.string getcomments()
gets the comments of a presentation. read/write .
returns:

setcomments

void setcomments(java.lang.string value)
sets the comments of a presentation. read/write .

getcategory

java.lang.string getcategory()
gets the category of a presentation. read/write .
returns:

setcategory

void setcategory(java.lang.string value)
sets the category of a presentation. read/write .

getcreatedtime

java.util.date getcreatedtime()
gets the date when a presentation was created. read/write .
returns:

setcreatedtime

void setcreatedtime(java.util.date value)
sets the date when a presentation was created. read/write .

getlastsavedtime

java.util.date getlastsavedtime()
gets the date when a presentation was modified last time. read/write .
returns:

setlastsavedtime

void setlastsavedtime(java.util.date value)
sets the date when a presentation was modified last time. read/write .

getlastprinted

java.util.date getlastprinted()
gets the date when a presentation was printed last time. read/write .
returns:

setlastprinted

void setlastprinted(java.util.date value)
sets the date when a presentation was printed last time. read/write .

getlastsavedby

java.lang.string getlastsavedby()
gets the name of a last person who modified a presentation. read/write .
returns:

setlastsavedby

void setlastsavedby(java.lang.string value)
sets the name of a last person who modified a presentation. read/write .

getrevisionnumber

int getrevisionnumber()
gets the presentation revision number. read/write .
returns:

setrevisionnumber

void setrevisionnumber(int value)
sets the presentation revision number. read/write .

getcontentstatus

java.lang.string getcontentstatus()
gets the content status of a presentation. read/write .
returns:

setcontentstatus

void setcontentstatus(java.lang.string value)
sets the content status of a presentation. read/write .

getcontenttype

java.lang.string getcontenttype()
gets the content type of a presentation. read/write .
returns:

setcontenttype

void setcontenttype(java.lang.string value)
sets the content type of a presentation. read/write .

getcount

int getcount()
gets the number of custom properties actually contained in a collection. read-only .
returns:

gethyperlinkbase

java.lang.string gethyperlinkbase()
gets the hyperlinkbase document property.
returns:

sethyperlinkbase

void sethyperlinkbase(java.lang.string value)
sets the hyperlinkbase document property.

getpropertyname

java.lang.string getpropertyname(int index)
return a custom property name at the specified index.
parameters:
index - the zero-based index of a custom property to get.
returns:
custom property name at the specified index.

remove

boolean remove(java.lang.string name)
remove a custom property associated with a specified name.
parameters:
name - name of a custom property to remove.
returns:
return true if a property was removed, false overwise.

contains

boolean contains(java.lang.string name)
check presents of a custom property with a specified name.
parameters:
name - name of a custom property to check.
returns:
return true if property exists, false overwise.

get

java.lang.object get(java.lang.string name)
gets the custom property associated with a specified name. read/write .
parameters:
name -
returns:

set

void set(java.lang.string name,
         java.lang.object value)
         throws documenteditexception
throws:
documenteditexception


网站地图