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()
           Returns the collection of additional color schemes.
 java.lang.String getName()
           Returns the name of a theme.
 void setName(java.lang.String value)
           Returns the name of a theme.
 
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()

Returns the collection of additional color schemes. These schemes don't affect presentation's look, they can be selected as main color scheme for a slide. Read-only IExtraColorSchemeCollection.


getName

java.lang.String getName()

Returns the name of a theme. Read/write String.


setName

void setName(java.lang.String value)

Returns the name of a theme. Read/write String.



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