com.aspose.slides.pptx
Class ThemeEx

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

public class ThemeEx
extends java.lang.Object

Represents a theme.


Method Summary
 ColorSchemeEx getColorScheme()
           
 FontSchemeEx getFontScheme()
           
 FormatSchemeEx getFormatScheme()
           
 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()

getFontScheme

public FontSchemeEx getFontScheme()

getFormatScheme

public FormatSchemeEx getFormatScheme()

getPresentation

public PresentationEx getPresentation()