com.aspose.slides
Class LayoutSlideEx

java.lang.Object
  extended by com.aspose.slides.BaseSlideEx
      extended by com.aspose.slides.LayoutSlideEx

public final class LayoutSlideEx
extends BaseSlideEx

Represents a layout slide.


Method Summary
 void applyColorScheme(ExtraColorSchemeEx scheme)
           Applies extra color scheme to a slide.
 SlideEx[] getDependingSlides()
           Returns an array with all slides, which depend on this layout slide.
 byte getLayoutType()
           Returns layout type of this layout slide.
 MasterSlideEx getMasterSlide()
           Returns or sets the master slide for a layout.
 OverrideThemeEx getOverrideTheme()
           Returns the overriding theme object.
 ThemeEx getTheme()
           Returns the theme object.
 void setMasterSlide(MasterSlideEx 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

getMasterSlide

public MasterSlideEx getMasterSlide()

Returns or sets the master slide for a layout. Read/write MasterSlideEx.


setMasterSlide

public void setMasterSlide(MasterSlideEx value)

getTheme

public ThemeEx getTheme()

Returns the theme object.

Specified by:
getTheme in class BaseSlideEx

getOverrideTheme

public OverrideThemeEx getOverrideTheme()

Returns the overriding theme object.


getLayoutType

public byte getLayoutType()

Returns layout type of this layout slide. Readonly SlideLayoutTypeEx.


getDependingSlides

public SlideEx[] getDependingSlides()

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

Returns:

applyColorScheme

public void applyColorScheme(ExtraColorSchemeEx scheme)

Applies extra color scheme to a slide.

Specified by:
applyColorScheme in class BaseSlideEx
Parameters:
scheme -