com.aspose.slides
Interface IMasterTheme

All Superinterfaces:
IPresentationComponent, ITheme
All Known Implementing Classes:
MasterTheme

public interface IMasterTheme
extends ITheme

Represents a master theme.


Method Summary
 IExtraColorSchemeCollection getExtraColorSchemes()
           
 java.lang.String getName()
           
 void setName(java.lang.String value)
           
 
Methods inherited from interface com.aspose.slides.ITheme
getColorScheme, getFontScheme, getFormatScheme
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getExtraColorSchemes

IExtraColorSchemeCollection getExtraColorSchemes()

getName

java.lang.String getName()

setName

void setName(java.lang.String value)