|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMasterSlide
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 |
---|
ITextStyle getTitleStyle()
Returns the style of a title text.
Read-only ITextStyle
.
ITextStyle getBodyStyle()
Returns the style of a body text.
Read-only ITextStyle
.
ITextStyle getOtherStyle()
Returns the style of an other text.
Read-only ITextStyle
.
IMasterLayoutSlideCollection getLayoutSlides()
Returns the collection of child layout slides for this master slide.
Read-only IMasterLayoutSlideCollection
.
IPresentation.LayoutSlides
property.
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
.
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
.
boolean hasDependingSlides()
Returns true if there exists at least one slide that depends on this master slide.
Read/write boolean
.
ISlide[] getDependingSlides()
Returns an array with all slides, which depend on this master slide.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |