|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.BaseSlideEx
public abstract class BaseSlideEx
Represents common data for all slide types.
Method Summary | |
---|---|
void |
addNotes()
Adds empty notes to the slide. |
ShapeEx |
findShapeByAltText(java.lang.String altText)
Returns first occurrence of a shape with the specified alternative text. |
BackgroundEx |
getBackground()
Returns the background of a slide. |
java.lang.String |
getName()
Returns the name of a slide. |
PresentationEx |
getParent()
Returns the parent presentation. |
PresentationEx |
getPresentation()
|
ShapesEx |
getShapes()
Returns the shapes of a slide. |
BaseSlideEx |
getSlide()
|
com.aspose.slides.pptx.presentationml.SlideDocument |
getSlideDocument()
|
long |
getSlideId()
Returns the ID of a slide. |
com.aspose.slides.pptx.slideshow.TransitionEx |
getSlideShowTransition()
Returns the TransitionEx object which contains information about how the specified slide advances during a slide show. |
TagsEx |
getTags()
Returns the slide's tags collection. |
abstract ThemeEx |
getTheme()
Returns a theme for this slide |
TimeLineEx |
getTimeline()
Returns animation timeline object. |
void |
ppt2003AfterLoad(Ppt2003Slide ppt2003Slide)
|
void |
setName(java.lang.String name)
Sets the new name of a slide. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void addNotes()
public PresentationEx getParent()
public ShapesEx getShapes()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- new name of a slide.public long getSlideId()
public abstract ThemeEx getTheme()
public TagsEx getTags()
public TimeLineEx getTimeline()
public com.aspose.slides.pptx.slideshow.TransitionEx getSlideShowTransition()
public BackgroundEx getBackground()
public void ppt2003AfterLoad(Ppt2003Slide ppt2003Slide)
public ShapeEx findShapeByAltText(java.lang.String altText)
altText
- Alternative text to search for.public PresentationEx getPresentation()
getPresentation
in interface IPresentationComponent
public BaseSlideEx getSlide()
getSlide
in interface ISlideComponent
public com.aspose.slides.pptx.presentationml.SlideDocument getSlideDocument()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |