com.aspose.slides
Class FormatSchemeEx

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

public class FormatSchemeEx
extends java.lang.Object

Stores theme-defined formats for the shapes.


Method Summary
 FillStyleExCollection getBackgroundFillStyles()
           Returns a collection of theme defined background fill styles.
 EffectStyleExCollection getEffectStyles()
           Returns a collection of theme defined effect styles.
 FillStyleExCollection getFillStyles()
           Returns a collection of theme defined fill styles.
 LineStyleExCollection 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 FillStyleExCollection getFillStyles()

Returns a collection of theme defined fill styles. Readonly FillStyleExCollection.


getLineStyles

public LineStyleExCollection getLineStyles()

Returns a collection of theme defined line styles. Readonly LineStyleExCollection.


getEffectStyles

public EffectStyleExCollection getEffectStyles()

Returns a collection of theme defined effect styles. Readonly EffectStyleExCollection.


getBackgroundFillStyles

public FillStyleExCollection getBackgroundFillStyles()

Returns a collection of theme defined background fill styles. Readonly FillStyleExCollection.


getSlide

public BaseSlideEx getSlide()

Returns the parent slide. Read-only BaseSlideEx.


getPresentation

public PresentationEx getPresentation()

Returns the parent presentation. Read-only PresentationEx.