com.aspose.slides.pptx
Class FormatSchemeEx

java.lang.Object
  extended by com.aspose.slides.pptx.FormatSchemeEx
All Implemented Interfaces:
IPresentationComponent, ISlideComponent

public class FormatSchemeEx
extends java.lang.Object
implements ISlideComponent

Stores theme-defined formats for the shapes.


Method Summary
 FillStylesEx getBackgroundFillStyles()
          Returns a collection of theme defined background fill styles.
 FillStylesEx getFillStyles()
          Returns a collection of theme defined fill styles.
 LineStylesEx getLineStyles()
          Returns a collection of theme defined line styles.
 PresentationEx getPresentation()
          Returns the parent presentation.
 BaseSlideEx getSlide()
          Returns the parent slide.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFillStyles

public FillStylesEx getFillStyles()
Returns a collection of theme defined fill styles.


getLineStyles

public LineStylesEx getLineStyles()
Returns a collection of theme defined line styles.


getBackgroundFillStyles

public FillStylesEx getBackgroundFillStyles()
Returns a collection of theme defined background fill styles.


getSlide

public BaseSlideEx getSlide()
Returns the parent slide.

Specified by:
getSlide in interface ISlideComponent

getPresentation

public PresentationEx getPresentation()
Returns the parent presentation.

Specified by:
getPresentation in interface IPresentationComponent