|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Theme
com.aspose.slides.MasterTheme
public class MasterTheme
Represents a master theme.
Method Summary | |
---|---|
IColorScheme |
getColorScheme()
Returns the color scheme. |
IExtraColorSchemeCollection |
getExtraColorSchemes()
Returns the collection of additional color schemes. |
IFontScheme |
getFontScheme()
Returns the font scheme. |
IFormatScheme |
getFormatScheme()
Returns the shape format scheme. |
java.lang.String |
getName()
Returns the name of a theme. |
void |
setName(java.lang.String value)
|
Methods inherited from class com.aspose.slides.Theme |
---|
getPresentation |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Method Detail |
---|
public IColorScheme getColorScheme()
Returns the color scheme.
Read-only ColorScheme
.
getColorScheme
in interface ITheme
getColorScheme
in class Theme
public IFontScheme getFontScheme()
Returns the font scheme.
Read-only FontScheme
.
getFontScheme
in interface ITheme
getFontScheme
in class Theme
public IFormatScheme getFormatScheme()
Returns the shape format scheme.
Read-only FormatScheme
.
getFormatScheme
in interface ITheme
getFormatScheme
in class Theme
public IExtraColorSchemeCollection getExtraColorSchemes()
Returns the collection of additional color schemes.
These schemes don't affect presentation's look, they can be selected as main color scheme for a slide.
Read-only ExtraColorSchemeCollection
.
getExtraColorSchemes
in interface IMasterTheme
public java.lang.String getName()
Returns the name of a theme.
Read/write string
.
getName
in interface IMasterTheme
public void setName(java.lang.String value)
setName
in interface IMasterTheme
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |