com.aspose.slides
Class MasterSlideEx

java.lang.Object
  extended by com.aspose.slides.BaseSlideEx
      extended by com.aspose.slides.MasterSlideEx

public class MasterSlideEx
extends BaseSlideEx

Represents a master slide in a presentation.


Method Summary
 void applyColorScheme(ExtraColorSchemeEx scheme)
           Applies extra color scheme to a slide.
 TextStyleEx getBodyStyle()
           Returns the style of a body text.
 SlideEx[] getDependingSlides()
           Returns an array with all slides, which depend on this master slide.
 LayoutSlideExCollection getLayoutSlides()
           Returns the collection of layout slides.
 TextStyleEx getOtherStyle()
           Returns the style of an other text.
 boolean getPreserve()
           Determines whether the corresponding master is deleted when all the slides that follow that master are deleted.
 ThemeEx getTheme()
           Returns the slide's theme.
 TextStyleEx getTitleStyle()
           Returns the style of a title text.
 void setPreserve(boolean value)
           
 
Methods inherited from class com.aspose.slides.BaseSlideEx
findShapeByAltText, getBackground, getControls, getName, getParent, getPresentation, getShapes, getSlide, getSlideId, getSlideShowTransition, getTags, getTimeline, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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. Read-only TextStyleEx.


getBodyStyle

public TextStyleEx getBodyStyle()

Returns the style of a body text. Read-only TextStyleEx.


getOtherStyle

public TextStyleEx getOtherStyle()

Returns the style of an other text. Read-only TextStyleEx.


getLayoutSlides

public LayoutSlideExCollection getLayoutSlides()

Returns the collection of layout slides. Read-only LayoutSlideExCollection.


getPreserve

public boolean getPreserve()

Determines whether the corresponding master is deleted when all the slides that follow that master are deleted. Note: Aspose.Slides will never remove any unused master by itself, to actually remove unused masters call MasterSlidesEx.RemoveUnused


setPreserve

public void setPreserve(boolean value)

getDependingSlides

public SlideEx[] getDependingSlides()

Returns an array with all slides, which depend on this master slide.

Returns:

applyColorScheme

public void applyColorScheme(ExtraColorSchemeEx scheme)

Applies extra color scheme to a slide.

Specified by:
applyColorScheme in class BaseSlideEx
Parameters:
scheme -