com.aspose.slides
Interface ITheme

All Superinterfaces:
IPresentationComponent
All Known Subinterfaces:
IMasterTheme, IOverrideTheme
All Known Implementing Classes:
MasterTheme, OverrideTheme, Theme

public interface ITheme
extends IPresentationComponent


Method Summary
 IColorScheme getColorScheme()
           
 IFontScheme getFontScheme()
           
 IFormatScheme getFormatScheme()
           
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getColorScheme

IColorScheme getColorScheme()

getFontScheme

IFontScheme getFontScheme()

getFormatScheme

IFormatScheme getFormatScheme()