com.aspose.slides
Class Theme

java.lang.Object
  extended by com.aspose.slides.Theme
All Implemented Interfaces:
IPresentationComponent, ITheme
Direct Known Subclasses:
MasterTheme, OverrideTheme

public abstract class Theme
extends java.lang.Object
implements ITheme

Represents a theme.


Method Summary
abstract  IColorScheme getColorScheme()
           Returns the color scheme.
abstract  IFontScheme getFontScheme()
           Returns the font scheme.
abstract  IFormatScheme getFormatScheme()
           Returns the shape format scheme.
 IPresentation getPresentation()
           Returns the parent presentation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getColorScheme

public abstract IColorScheme getColorScheme()

Returns the color scheme. Read-only ColorScheme.

Specified by:
getColorScheme in interface ITheme

getFontScheme

public abstract IFontScheme getFontScheme()

Returns the font scheme. Read-only FontScheme.

Specified by:
getFontScheme in interface ITheme

getFormatScheme

public abstract IFormatScheme getFormatScheme()

Returns the shape format scheme. Read-only FormatScheme.

Specified by:
getFormatScheme in interface ITheme

getPresentation

public IPresentation getPresentation()

Returns the parent presentation. Read-only Presentation.

Specified by:
getPresentation in interface IPresentationComponent