com.aspose.slides
Interface IFormatScheme

All Superinterfaces:
IPresentationComponent, ISlideComponent
All Known Implementing Classes:
FormatScheme

public interface IFormatScheme
extends ISlideComponent

Stores theme-defined formats for the shapes.


Method Summary
 IFillFormatCollection getBackgroundFillStyles()
           
 IEffectStyleCollection getEffectStyles()
           
 IFillFormatCollection getFillStyles()
           
 ILineFormatCollection getLineStyles()
           
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getFillStyles

IFillFormatCollection getFillStyles()

getLineStyles

ILineFormatCollection getLineStyles()

getEffectStyles

IEffectStyleCollection getEffectStyles()

getBackgroundFillStyles

IFillFormatCollection getBackgroundFillStyles()