|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface islide
method summary | |
---|---|
void |
addcomment(comment comment)
adds a new comment. |
void |
addcomment(icommentauthor author,
java.lang.string text,
java.awt.geom.point2d position,
java.util.date datetime)
adds a new comment. |
notesslide |
addnotesslide()
adds a new notes slide. |
void |
applytheme(slidecolorscheme scheme)
applies extra color scheme to a slide. |
void |
deletecomment(comment comment)
delete a comment. |
void |
deletecomment(icommentauthor author)
delete comments of specific author. |
void |
deletecomment(icommentauthor author,
java.lang.string text)
delete comments of specific text or specific author. |
void |
deletecomment(java.lang.string text)
delete comments of specific text. |
void |
dispose()
dispose object and free resources. |
comment[] |
getcomments()
gets all author comments. |
comment[] |
getcomments(icommentauthor author)
returns all slide comments added by specific author. |
comment[] |
getcomments(icommentauthor author,
java.lang.string text)
returns all slide comments added by specific author or specific text. |
comment[] |
getcomments(java.lang.string text)
returns all slide comments added by specific text. |
boolean |
gethidden()
indicates whether the specified slide is hidden during a slide show. |
ilayout |
getlayout()
get the layout. |
long |
getmasterslideid()
gets the id of a masterslide. |
java.lang.string |
getname()
gets the name of a slide. |
notesslide |
getnotesslide()
gets the notes slide for the current slide. |
presentation |
getpresentation()
|
shapecollection |
getshapes()
gets the shapes of a slide. |
boolean |
getshowmastershape()
hide background graphics |
slidebackground |
getslidebackground()
gets slide's background. |
long |
getslideid()
gets the id of a slide. |
int |
getslidenumber()
gets a number of slide. |
slideshowtransition |
getslideshowtransition()
gets the transition object which contains information about how the specified slide advances during a slide show. |
tagcollection |
gettagslist()
gets the slide's tags collection. |
theme |
gettheme()
gets the theme object. |
timeline |
gettimeline()
gets animation timeline object. |
java.lang.string |
gettitle()
gets the title of silde. |
void |
groupshapes(java.util.arraylist<shape> shapelist)
combine multiple shape together. |
void |
replacealltext(java.lang.string matchedstring,
java.lang.string newvalue,
boolean casesensitive)
replaces all matched string with new value in the slide. |
void |
replacefirsttext(java.lang.string matchedstring,
java.lang.string newvalue,
boolean casesensitive)
replaces first matched string with new value in the slide. |
java.awt.image.bufferedimage |
saveasimage()
|
java.awt.image.bufferedimage |
saveasimage(int width,
int height)
|
void |
savetofile(java.lang.string file,
fileformat fileformat)
saves the slide to the specified file. |
byte[] |
savetosvg()
save the slide to svg format |
void |
sethidden(boolean value)
|
void |
setlayout(ilayout value)
set the layout. |
void |
setmasterslideid(long masterslideid)
sets the masterslideid of a slide. |
void |
setname(java.lang.string value)
sets the name of a slide. |
void |
setshowmastershape(boolean value)
|
void |
setslidenumber(int value)
|
void |
settitle(java.lang.string value)
sets the title of silde. |
method detail |
---|
theme gettheme()
int getslidenumber()
void setslidenumber(int value)
boolean gethidden()
void sethidden(boolean value)
notesslide getnotesslide()
comment[] getcomments()
shapecollection getshapes()
java.lang.string getname()
void setname(java.lang.string value)
long getslideid()
void setmasterslideid(long masterslideid)
long getmasterslideid()
tagcollection gettagslist()
timeline gettimeline()
slideshowtransition getslideshowtransition()
slidebackground getslidebackground()
presentation getpresentation()
boolean getshowmastershape()
void setshowmastershape(boolean value)
java.awt.image.bufferedimage saveasimage(int width, int height)
java.awt.image.bufferedimage saveasimage()
byte[] savetosvg()
notesslide addnotesslide()
void addcomment(icommentauthor author, java.lang.string text, java.awt.geom.point2d position, java.util.date datetime)
author
- comment authortext
- comment textposition
- datetime
- void addcomment(comment comment)
comment
- void deletecomment(comment comment)
comment
- void deletecomment(icommentauthor author, java.lang.string text)
author
- author of comments to delete or null to delete all comments.text
- text of comments to delete or "" to delete all comments.void deletecomment(icommentauthor author)
author
- void deletecomment(java.lang.string text)
text
- text of comments to delete or "" to delete all comments.comment[] getcomments(icommentauthor author, java.lang.string text)
author
- author of comments to find or null to find all comments.text
- text of comments to find or "" to find all comments.
comment[] getcomments(icommentauthor author)
author
- author of comments to find.
comment[] getcomments(java.lang.string text)
text
- text of comments to find or "" to find all comments.
void applytheme(slidecolorscheme scheme)
scheme
- void dispose()
ilayout getlayout()
void setlayout(ilayout value)
void groupshapes(java.util.arraylist<shape> shapelist)
shapelist
- void savetofile(java.lang.string file, fileformat fileformat)
file
- :a string that contains the path of the file to which to save this document.fileformat
- :convert to fileformat.void replacefirsttext(java.lang.string matchedstring, java.lang.string newvalue, boolean casesensitive)
matchedstring
- :old valuenewvalue
- : new stringcasesensitive:case
- sensitivevoid replacealltext(java.lang.string matchedstring, java.lang.string newvalue, boolean casesensitive)
matchedstring
- :old valuenewvalue
- : new stringcasesensitive:case
- sensitivejava.lang.string gettitle()
void settitle(java.lang.string value)
value
- : title.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |