|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BaseSlide
com.aspose.slides.MasterSlide
public class MasterSlide
Represents a master slide in a presentation.
Method Summary | |
---|---|
void |
applyColorScheme(ExtraColorScheme scheme)
Deprecated. |
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. |
IMasterThemeManager |
getThemeManager()
Returns the theme manager. |
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 class com.aspose.slides.BaseSlide |
---|
createThemeEffective, findShapeByAltText, getBackground, getControls, getCustomData, getHyperlinkQueries, getName, getParent_Immediate, getParentPresentation, getPresentation, getShapes, getSlide, getSlideId, getSlideShowTransition, getTags, getTimeline, joinPortionsWithSameFormatting, joinPortionsWithSameFormatting, setName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.IThemeable |
---|
createThemeEffective |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Method Detail |
---|
public ITextStyle getTitleStyle()
Returns the style of a title text.
Read-only ITextStyle
.
getTitleStyle
in interface IMasterSlide
public ITextStyle getBodyStyle()
Returns the style of a body text.
Read-only ITextStyle
.
getBodyStyle
in interface IMasterSlide
public ITextStyle getOtherStyle()
Returns the style of an other text.
Read-only ITextStyle
.
getOtherStyle
in interface IMasterSlide
public IMasterLayoutSlideCollection getLayoutSlides()
Returns the collection of child layout slides for this master slide.
Read-only IMasterLayoutSlideCollection
.
IPresentation.LayoutSlides
property.
getLayoutSlides
in interface IMasterSlide
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 MasterSlideCollection.RemoveUnused
Read/write boolean
.
getPreserve
in interface IMasterSlide
public 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 MasterSlideCollection.RemoveUnused
Read/write boolean
.
setPreserve
in interface IMasterSlide
public ISlide[] getDependingSlides()
Returns an array with all slides, which depend on this master slide.
getDependingSlides
in interface IMasterSlide
public boolean hasDependingSlides()
Returns true if there exists at least one slide that depends on this master slide.
Read-only boolean
.
hasDependingSlides
in interface IMasterSlide
public IMasterThemeManager getThemeManager()
Returns the theme manager.
Read-only IMasterThemeManager
.
getThemeManager
in interface IMasterThemeable
@Deprecated public void applyColorScheme(ExtraColorScheme scheme)
Applies extra color scheme to a slide.
applyColorScheme
in class BaseSlide
scheme
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |