com.aspose.slides.pptx
Class ThemeEx

java.lang.Object
  extended by com.aspose.slides.pptx.ThemeEx
All Implemented Interfaces:
IPresentationComponent

public class ThemeEx
extends java.lang.Object
implements IPresentationComponent

Represents a theme.


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

Method Detail

getName

public java.lang.String getName()

getColorScheme

public ColorSchemeEx getColorScheme()
Returns the color scheme.


getFontScheme

public FontSchemeEx getFontScheme()
Returns the font scheme.


getFormatScheme

public FormatSchemeEx getFormatScheme()
Returns the shape format scheme.


getPresentation

public PresentationEx getPresentation()
Specified by:
getPresentation in interface IPresentationComponent