|
|||||||||
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.MasterSlideEx
public class MasterSlideEx
Represents a master slide in a presentation.
Method Summary | |
---|---|
TextStyleEx |
getBodyStyle()
Returns the style of a body text. |
SlideEx[] |
getDependingSlides()
Returns an array with all slides, which depend on this master slide. |
LayoutSlidesEx |
getLayoutSlides()
Returns the collection of layout slides. |
TextStyleEx |
getOtherStyle()
Returns the style of an other text. |
com.aspose.slides.pptx.slideshow.TransitionEx |
getSlideShowTransition()
Returns TransitionEx object which contains information about slide show transition effects applied to a slide. |
ThemeEx |
getTheme()
Returns the slide's theme. |
TextStyleEx |
getTitleStyle()
Returns the style of a title text. |
boolean |
isPreserved()
Determines whether the corresponding master is deleted when all the slides that follow that master are deleted. |
void |
setPreserved()
Determines whether the corresponding master is deleted when all the slides that follow that master are deleted. |
Methods inherited from class com.aspose.slides.pptx.BaseSlideEx |
---|
addNotes, findShapeByAltText, getBackground, getName, getParent, getPresentation, getShapes, getSlide, getSlideId, getTags, getTimeline, setName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ThemeEx getTheme()
getTheme
in class BaseSlideEx
public TextStyleEx getTitleStyle()
public TextStyleEx getBodyStyle()
public TextStyleEx getOtherStyle()
public LayoutSlidesEx getLayoutSlides()
public com.aspose.slides.pptx.slideshow.TransitionEx getSlideShowTransition()
getSlideShowTransition
in class BaseSlideEx
public boolean isPreserved()
public void setPreserved()
public SlideEx[] getDependingSlides()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |