|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.BaseSlideEx
com.aspose.slides.pptx.LayoutSlideEx
public class LayoutSlideEx
Represents a layout slide.
Method Summary | |
---|---|
SlideEx[] |
getDependingSlides()
Returns an array with all slides, which depend on this layout slide. |
SlideLayoutTypeEx |
getLayoutType()
Returns layout type of this layout slide. |
MasterSlideEx |
getMasterSlide()
Returns or sets the master slide of a layout. |
com.aspose.slides.pptx.slideshow.TransitionEx |
getSlideShowTransition()
Returns the TransitionEx object which contains information about slide show transition effects. |
ThemeEx |
getTheme()
Returns the theme object from master. |
void |
setMasterSlide(MasterSlideEx value)
Sets the master slide of a layout. |
Methods inherited from class com.aspose.slides.pptx.BaseSlideEx |
---|
addNotes, findShapeByAltText, getBackground, getName, getParent, getPresentation, getShapes, getSlide, getSlideDocument, getSlideId, getTags, getTimeline, ppt2003AfterLoad, setName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public MasterSlideEx getMasterSlide()
MasterSlideEx
.public void setMasterSlide(MasterSlideEx value) throws PptxException.PptxEditException
value
- new master slide.
PptxException.PptxEditException
public ThemeEx getTheme()
getTheme
in class BaseSlideEx
public SlideLayoutTypeEx getLayoutType()
public com.aspose.slides.pptx.slideshow.TransitionEx getSlideShowTransition()
getSlideShowTransition
in class BaseSlideEx
public SlideEx[] getDependingSlides()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |