activeslide-ag凯发旗舰厅



com.spire.presentation
class activeslide

java.lang.object
  extended by com.spire.presentation.pptobject
      extended by com.spire.presentation.activeslide
all implemented interfaces:
iactivepresentation, islidecomponent
direct known subclasses:
notesslide

public abstract class activeslide
extends pptobject
implements islidecomponent

represents common slide types.


constructor summary
activeslide( parent)
          creates new slide - called by presentation to create a slide from scratch.
( parent,  slideelement,  loadcontext)
          creates a pptslide representing the given slide object.
 
method summary
abstract  void applytheme(slidecolorscheme scheme)
          applies extra color scheme to a slide.
 java.lang.string getname()
          gets or sets the name of a slide.
 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.
abstract  theme gettheme()
          gets a theme for this slide
 timeline gettimeline()
          gets animation timeline object.
 void setname(java.lang.string value)
           
 
methods inherited from class com.spire.presentation.pptobject
checkdisposed, getparent
 
methods inherited from interface com.spire.presentation.islidecomponent
getslide
 
constructor detail

activeslide

public activeslide( parent)
creates new slide - called by presentation to create a slide from scratch. you should not be calling this from application code (its protected anyhow).
parameters:
parent - lowlevel presentation object associated with the slide.

activeslide

public activeslide( parent,
                    slideelement,
                    loadcontext)
creates a pptslide representing the given slide object. should only be called by pptpresentation when reading in an exisiting file.
parameters:
parent -
slideelement -
loadcontext -
throws:
java.lang.exception
method detail

getshapes

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

getname

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

setname

public void setname(java.lang.string value)

getslideid

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

gettheme

public abstract theme gettheme()
gets a theme for this slide
returns:

applytheme

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

gettagslist

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

gettimeline

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

getslideshowtransition

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

getslidebackground

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

getpresentation

public presentation getpresentation()
specified by:
getpresentation in interface iactivepresentation


网站地图