public interface IMasterSlide extends IBaseSlide, IMasterThemeable
Modifier and Type | Method and Description |
---|---|
IMasterSlide |
applyExternalThemeToDependingSlides(java.lang.String fname)
Creates a new master slide based on the current one, applying an external theme to it
and applies the created master slide to all dependent slides.
|
ITextStyle |
getBodyStyle()
Returns the style of a body text.
|
ISlide[] |
getDependingSlides()
Returns an array with all slides, which depend on this master slide.
|
IMasterSlideHeaderFooterManager |
getHeaderFooterManager()
Returns HeaderFooter manager of the 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.
|
createBackgroundEffective, equals, findShapeByAltText, getBackground, getControls, getCustomData, getHyperlinkQueries, getName, getShapes, getShowMasterShapes, getSlideId, getSlideShowTransition, getTimeline, joinPortionsWithSameFormatting, setName, setShowMasterShapes
getThemeManager
createThemeEffective
getSlide
getPresentation
IMasterSlideHeaderFooterManager getHeaderFooterManager()
Returns HeaderFooter manager of the master slide.
Read-only IMasterSlideHeaderFooterManager
.
ITextStyle getTitleStyle()
Returns the style of a title text.
Read-only ITextStyle
.
IMasterSlide applyExternalThemeToDependingSlides(java.lang.String fname)
Creates a new master slide based on the current one, applying an external theme to it and applies the created master slide to all dependent slides.
fname
- Path to the external theme file (.thmx).PptxReadException
- When external theme cannot be applied.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
(IPresentation.getLayoutSlides()
) 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(boolean)
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(boolean)
Read/write boolean
.
boolean hasDependingSlides()
Returns true if there exists at least one slide that depends on this master slide.
Read-only boolean
.