com.aspose.slides.pptx
Class MasterSlideEx

java.lang.Object
  extended by com.aspose.slides.pptx.BaseSlideEx
      extended by com.aspose.slides.pptx.MasterSlideEx
All Implemented Interfaces:
IPresentationComponent, ISlideComponent

public class MasterSlideEx
extends BaseSlideEx

Represents a master slide in a presentation.


Method Summary
 TextStyleEx getBodyStyle()
          Returns the style of a body text.
 LayoutSlidesEx getLayoutSlides()
          Returns the collection of layout slides.
 TextStyleEx getOtherStyle()
          Returns the style of an other text.
 SlideShowTransitionEx getSlideShowTransition()
          Returns SlideShowTransitionEx 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.
 
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

getSlideShowTransition

public SlideShowTransitionEx getSlideShowTransition()
Returns SlideShowTransitionEx object which contains information about slide show transition effects applied to a slide.

Overrides:
getSlideShowTransition in class BaseSlideEx

getTheme

public ThemeEx getTheme()
Returns the slide's theme.

Specified by:
getTheme in class BaseSlideEx

getTitleStyle

public TextStyleEx getTitleStyle()
Returns the style of a title text.


getBodyStyle

public TextStyleEx getBodyStyle()
Returns the style of a body text.


getOtherStyle

public TextStyleEx getOtherStyle()
Returns the style of an other text.


getLayoutSlides

public LayoutSlidesEx getLayoutSlides()
Returns the collection of layout slides.