|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.pptobject
com.spire.presentation.activeslide
public abstract class activeslide
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 |
---|
public activeslide( parent)
parent
- lowlevel presentation object associated with the slide.public activeslide( parent, slideelement, loadcontext)
parent
- slideelement
- loadcontext
-
java.lang.exception
method detail |
---|
public shapecollection getshapes()
public java.lang.string getname()
public void setname(java.lang.string value)
public long getslideid()
public abstract theme gettheme()
public abstract void applytheme(slidecolorscheme scheme)
scheme
- public tagcollection gettagslist()
public timeline gettimeline()
public slideshowtransition getslideshowtransition()
public slidebackground getslidebackground()
public presentation getpresentation()
getpresentation
in interface iactivepresentation
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |