com.aspose.slides
Interface IMasterSlide

All Superinterfaces:
IBaseSlide, IMasterThemeable, IPresentationComponent, ISlideComponent, IThemeable
All Known Implementing Classes:
MasterSlide

public interface IMasterSlide
extends IBaseSlide, IMasterThemeable


Method Summary
 ITextStyle getBodyStyle()
           Returns the style of a body text.
 ISlide[] getDependingSlides()
           Returns an array with all slides, which depend on this master slide.
 IMasterLayoutSlideCollection getLayoutSlides()
           Returns the collection of child layout slides for this master slide.
 ITextStyle 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.
 ITextStyle getTitleStyle()
           Returns the style of a title text.
 boolean hasDependingSlides()
           Returns true if there exists at least one slide that depends on this master slide.
 void setPreserve(boolean value)
           Determines whether the corresponding master is deleted when all the slides that follow that master are deleted.
 
Methods inherited from interface com.aspose.slides.IBaseSlide
findShapeByAltText, getBackground, getControls, getCustomData, getHyperlinkQueries, getName, getShapes, getSlideId, getSlideShowTransition, getTimeline, joinPortionsWithSameFormatting, setName
 
Methods inherited from interface com.aspose.slides.IMasterThemeable
getThemeManager
 
Methods inherited from interface com.aspose.slides.IThemeable
createThemeEffective
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getTitleStyle

ITextStyle getTitleStyle()

Returns the style of a title text. Read-only ITextStyle.


getBodyStyle

ITextStyle getBodyStyle()

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


getOtherStyle

ITextStyle getOtherStyle()

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


getLayoutSlides

IMasterLayoutSlideCollection getLayoutSlides()

Returns the collection of child layout slides for this master slide. Read-only IMasterLayoutSlideCollection.


You can access to alternative API for adding/inserting/removing/cloning layout slides by using IPresentation.LayoutSlides property.


getPreserve

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 IMasterSlideCollection.RemoveUnused Read/write boolean.


setPreserve

void setPreserve(boolean value)

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 IMasterSlideCollection.RemoveUnused Read/write boolean.


hasDependingSlides

boolean hasDependingSlides()

Returns true if there exists at least one slide that depends on this master slide. Read/write boolean.


getDependingSlides

ISlide[] getDependingSlides()

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

Returns:


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.