com.aspose.slides.pptx
Class FormatSchemeEx

java.lang.Object
  extended by com.aspose.slides.pptx.FormatSchemeEx

public class FormatSchemeEx
extends java.lang.Object

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.


getPresentation

public PresentationEx getPresentation()
Returns the parent presentation.