inotemasterslide-ag凯发旗舰厅



com.spire.presentation
interface inotemasterslide


public interface inotemasterslide

method summary
 void applytheme(slidecolorscheme scheme)
          applies extra color scheme to a slide.
 void dispose()
          dispose object and free resources.
 java.lang.string getname()
          gets the name of a slide.
 java.lang.object getparent()
          reference to parent object.
 presentation getpresentation()
           
 shapecollection getshapes()
          gets the shapes of a slide.
 slidebackground getslidebackground()
          gets slide's background.
 long getslideid()
          gets the id of a 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 slide's theme.
 timeline gettimeline()
          gets animation timeline object.
 void setname(java.lang.string value)
          sets the name of a slide.
 
method detail

gettheme

theme gettheme()
gets the slide's theme.
returns:

getshapes

shapecollection getshapes()
gets the shapes of a slide. read-only .
returns:

getname

java.lang.string getname()
gets the name of a slide. read/write .
returns:

setname

void setname(java.lang.string value)
sets the name of a slide. read/write .

getslideid

long getslideid()
gets the id of a slide. read-only .
returns:

gettagslist

tagcollection gettagslist()
gets the slide's tags collection. read-only .
returns:

gettimeline

timeline gettimeline()
gets animation timeline object. read-only .
returns:

getslideshowtransition

slideshowtransition getslideshowtransition()
gets the transition object which contains information about how the specified slide advances during a slide show. read-only .
returns:

getslidebackground

slidebackground getslidebackground()
gets slide's background. read only .
returns:

getpresentation

presentation getpresentation()

getparent

java.lang.object getparent()
reference to parent object. read-only.
returns:

applytheme

void applytheme(slidecolorscheme scheme)
applies extra color scheme to a slide.
parameters:
scheme -

dispose

void dispose()
dispose object and free resources.


网站地图