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()
           Returns the color scheme.
 IFontScheme getFontScheme()
           Returns the font scheme.
 IFormatScheme getFormatScheme()
           Returns the shape format scheme.
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getColorScheme

IColorScheme getColorScheme()

Returns the color scheme. Read-only IColorScheme.


getFontScheme

IFontScheme getFontScheme()

Returns the font scheme. Read-only IFontScheme.


getFormatScheme

IFormatScheme getFormatScheme()

Returns the shape format scheme. Read-only IFormatScheme.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.