com.aspose.slides
Class MasterThemeEx

java.lang.Object
  extended by com.aspose.slides.ThemeEx
      extended by com.aspose.slides.MasterThemeEx

public class MasterThemeEx
extends ThemeEx

Represents a master theme.


Method Summary
 ColorSchemeEx getColorScheme()
           Returns the color scheme.
 ExtraColorSchemeExCollection getExtraColorSchemes()
           Returns the collection of additional color schemes.
 FontSchemeEx getFontScheme()
           Returns the font scheme.
 FormatSchemeEx getFormatScheme()
           Returns the shape format scheme.
 
Methods inherited from class com.aspose.slides.ThemeEx
getName, getPresentation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getColorScheme

public ColorSchemeEx getColorScheme()

Returns the color scheme. Read-only ColorSchemeEx.

Specified by:
getColorScheme in class ThemeEx

getFontScheme

public FontSchemeEx getFontScheme()

Returns the font scheme. Read-only FontSchemeEx.

Specified by:
getFontScheme in class ThemeEx

getFormatScheme

public FormatSchemeEx getFormatScheme()

Returns the shape format scheme. Read-only FormatSchemeEx.

Specified by:
getFormatScheme in class ThemeEx

getExtraColorSchemes

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