|
|||||||||
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(PresentationPptx parent)
Creates new Slide - called by Presentation to create a slide from scratch. |
|
ActiveSlide(PresentationPptx parent,
PresentationSlideElementBase slideElement,
PptxLoadContext 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(PresentationPptx parent)
parent
- lowlevel Presentation object associated with the slide.public ActiveSlide(PresentationPptx parent, PresentationSlideElementBase slideElement, PptxLoadContext 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 |