com.aspose.slides
Class ThemeEx

java.lang.Object
  extended by com.aspose.slides.ThemeEx
Direct Known Subclasses:
MasterThemeEx

public abstract class ThemeEx
extends java.lang.Object

Represents a theme.


Method Summary
abstract  ColorSchemeEx getColorScheme()
           Returns the color scheme.
abstract  FontSchemeEx getFontScheme()
           Returns the font scheme.
abstract  FormatSchemeEx getFormatScheme()
           Returns the shape format scheme.
 java.lang.String getName()
           Returns the name of a theme.
 PresentationEx getPresentation()
           Returns the parent presentation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

Returns the name of a theme. Read-only string.


getColorScheme

public abstract ColorSchemeEx getColorScheme()

Returns the color scheme. Read-only ColorSchemeEx.


getFontScheme

public abstract FontSchemeEx getFontScheme()

Returns the font scheme. Read-only FontSchemeEx.


getFormatScheme

public abstract FormatSchemeEx getFormatScheme()

Returns the shape format scheme. Read-only FormatSchemeEx.


getPresentation

public PresentationEx getPresentation()

Returns the parent presentation. Read-only PresentationEx.