|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BaseSlideEx
com.aspose.slides.MasterSlideEx
public class MasterSlideEx
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 |
---|
public ThemeEx getTheme()
Returns the slide's theme.
getTheme
in class BaseSlideEx
public TextStyleEx getTitleStyle()
Returns the style of a title text.
Read-only TextStyleEx
.
public TextStyleEx getBodyStyle()
Returns the style of a body text.
Read-only TextStyleEx
.
public TextStyleEx getOtherStyle()
Returns the style of an other text.
Read-only TextStyleEx
.
public LayoutSlideExCollection getLayoutSlides()
Returns the collection of layout slides.
Read-only LayoutSlideExCollection
.
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
public void setPreserve(boolean value)
public SlideEx[] getDependingSlides()
Returns an array with all slides, which depend on this master slide.
public void applyColorScheme(ExtraColorSchemeEx scheme)
Applies extra color scheme to a slide.
applyColorScheme
in class BaseSlideEx
scheme
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |