|
|||||||||
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.
Field Summary | |
---|---|
PresentationEx |
m_parent
|
SlideDocument |
m_slideDoc
|
Method Summary | |
---|---|
void |
addNotes()
Adds empty notes to the slide. |
BackgroundEx |
getBackground()
Returns the background of a slide. |
PresentationEx |
getParent()
Returns the parent presentation. |
PresentationEx |
getPresentation()
|
ShapesEx |
getShapes()
Returns the shapes of a slide. |
BaseSlideEx |
getSlide()
|
long |
getSlideId()
Returns the ID of a slide. |
SlideShowTransitionEx |
getSlideShowTransition()
|
TagsEx |
getTags()
Returns the slide's tags collection. |
abstract ThemeEx |
getTheme()
Returns a theme for this slide |
AnimTimeLineEx |
getTimeline()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public PresentationEx m_parent
public SlideDocument m_slideDoc
Method Detail |
---|
public void addNotes()
public PresentationEx getParent()
public ShapesEx getShapes()
public long getSlideId()
public abstract ThemeEx getTheme()
public TagsEx getTags()
public AnimTimeLineEx getTimeline()
public SlideShowTransitionEx getSlideShowTransition()
public BackgroundEx getBackground()
public PresentationEx getPresentation()
public BaseSlideEx getSlide()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |