|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Theme
public abstract class Theme
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. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
IPresentation |
getPresentation()
Returns the parent presentation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public abstract IColorScheme getColorScheme()
Returns the color scheme.
Read-only IColorScheme
.
getColorScheme
in interface ITheme
public abstract IFontScheme getFontScheme()
Returns the font scheme.
Read-only IFontScheme
.
getFontScheme
in interface ITheme
public abstract IFormatScheme getFormatScheme()
Returns the shape format scheme.
Read-only IFormatScheme
.
getFormatScheme
in interface ITheme
public IPresentation getPresentation()
Returns the parent presentation.
Read-only IPresentation
.
getPresentation
in interface IPresentationComponent
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |