icommentauthor-ag凯发旗舰厅



com.spire.presentation
interface icommentauthor


public interface icommentauthor

method summary
 int getcolorindex()
          gets colorindex.
 commentcollection getcommentslist()
          gets the collection of comments made by this author.
 extensionlist getextensionlist()
          gets the extensionlist made by this author.
 long getid()
          gets the author's id.
 java.lang.string getinitials()
          gets or sets the author's initials.
 int getlastindex()
          gets lastindex.
 java.lang.string getname()
          gets the author's name.
 void setinitials(java.lang.string value)
          sets the author's initials.
 void setname(java.lang.string value)
          sets the author's name.
 
method detail

getinitials

java.lang.string getinitials()
gets or sets the author's initials. read/write .
returns:

setinitials

void setinitials(java.lang.string value)
sets the author's initials. read/write .

getname

java.lang.string getname()
gets the author's name. read/write .
returns:

setname

void setname(java.lang.string value)
sets the author's name. read/write .

getcommentslist

commentcollection getcommentslist()
gets the collection of comments made by this author. read-only .
returns:

getlastindex

int getlastindex()
gets lastindex. read .
returns:

getcolorindex

int getcolorindex()
gets colorindex. read .
returns:

getid

long getid()
gets the author's id. read .
returns:

getextensionlist

extensionlist getextensionlist()
gets the extensionlist made by this author. read-only .
returns:


网站地图