com.aspose.slides
Class OverrideThemeEx

java.lang.Object
  extended by com.aspose.slides.OverrideThemeEx

public class OverrideThemeEx
extends java.lang.Object

Represents a overriding theme.


Method Summary
 ColorSchemeEx getColorScheme()
           Returns the color scheme.
 FontSchemeEx getFontScheme()
           Returns the font scheme.
 FormatSchemeEx getFormatScheme()
           Returns the shape format scheme.
 PresentationEx getPresentation()
           Returns the parent presentation for this theme.
 
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.


getFontScheme

public FontSchemeEx getFontScheme()

Returns the font scheme. Read-only FontSchemeEx.


getFormatScheme

public FormatSchemeEx getFormatScheme()

Returns the shape format scheme. Read-only FormatSchemeEx.


getPresentation

public PresentationEx getPresentation()

Returns the parent presentation for this theme. Readonly PresentationEx.