com.aspose.slides
Class MasterTheme

java.lang.Object
  extended by com.aspose.slides.Theme
      extended by com.aspose.slides.MasterTheme
All Implemented Interfaces:
IMasterTheme, IPresentationComponent, ITheme

public class MasterTheme
extends Theme
implements IMasterTheme

Represents a master theme.


Method Summary
 IColorScheme getColorScheme()
           Returns the color scheme.
 IExtraColorSchemeCollection getExtraColorSchemes()
           Returns the collection of additional color schemes.
 IFontScheme getFontScheme()
           Returns the font scheme.
 IFormatScheme getFormatScheme()
           Returns the shape format scheme.
 java.lang.String getName()
           Returns the name of a theme.
 void setName(java.lang.String value)
           
 
Methods inherited from class com.aspose.slides.Theme
getPresentation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getColorScheme

public IColorScheme getColorScheme()

Returns the color scheme. Read-only ColorScheme.

Specified by:
getColorScheme in interface ITheme
Specified by:
getColorScheme in class Theme

getFontScheme

public IFontScheme getFontScheme()

Returns the font scheme. Read-only FontScheme.

Specified by:
getFontScheme in interface ITheme
Specified by:
getFontScheme in class Theme

getFormatScheme

public IFormatScheme getFormatScheme()

Returns the shape format scheme. Read-only FormatScheme.

Specified by:
getFormatScheme in interface ITheme
Specified by:
getFormatScheme in class Theme

getExtraColorSchemes

public 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 ExtraColorSchemeCollection.

Specified by:
getExtraColorSchemes in interface IMasterTheme

getName

public java.lang.String getName()

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

Specified by:
getName in interface IMasterTheme

setName

public void setName(java.lang.String value)
Specified by:
setName in interface IMasterTheme