|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.OverrideThemeEx
public class OverrideThemeEx
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 |
---|
public ColorSchemeEx getColorScheme()
Returns the color scheme.
Read-only ColorSchemeEx
.
public FontSchemeEx getFontScheme()
Returns the font scheme.
Read-only FontSchemeEx
.
public FormatSchemeEx getFormatScheme()
Returns the shape format scheme.
Read-only FormatSchemeEx
.
public PresentationEx getPresentation()
Returns the parent presentation for this theme.
Readonly PresentationEx
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |