imasterslide-ag凯发旗舰厅



com.spire.presentation
interface imasterslide


public interface imasterslide

method summary
 void applytheme(slidecolorscheme scheme)
          applies extra color scheme to a slide.
 void dispose()
          dispose object and free resources.
 textstyle getbodystyle()
          gets the style of a body text.
 java.util.hashmap<schemecolor,colorschemeindex> getcolormap()
          get color mapping
 islide[] getdependingslides()
          gets an array with all slides, which depend on this master slide.
 imasterlayouts getlayouts()
          returns the collection of layout slides.
 java.lang.string getname()
          gets or sets the name of a slide.
 textstyle getotherstyle()
          gets the style of an other text.
 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.
 textstyle gettitlestyle()
          gets the style of a title text.
 
method detail

gettheme

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

gettitlestyle

textstyle gettitlestyle()
gets the style of a title text. read-only .
returns:

getbodystyle

textstyle getbodystyle()
gets the style of a body text. read-only .
returns:

getotherstyle

textstyle getotherstyle()
gets the style of an other text. read-only .
returns:

getshapes

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

getname

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

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:

getdependingslides

islide[] getdependingslides()
gets an array with all slides, which depend on this master slide.
returns:

applytheme

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

dispose

void dispose()
dispose object and free resources.

getlayouts

imasterlayouts getlayouts()
returns the collection of layout slides. returns the collection of layout slides.
returns:

getcolormap

java.util.hashmap<schemecolor,colorschemeindex> getcolormap()
get color mapping
returns:


网站地图