|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMasterTheme
Represents a master theme.
Method Summary | |
---|---|
IExtraColorSchemeCollection |
getExtraColorSchemes()
Returns the collection of additional color schemes. |
java.lang.String |
getName()
Returns the name of a theme. |
void |
setName(java.lang.String value)
Returns the name of a theme. |
Methods inherited from interface com.aspose.slides.ITheme |
---|
getColorScheme, getFontScheme, getFormatScheme |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Method Detail |
---|
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 IExtraColorSchemeCollection
.
java.lang.String getName()
Returns the name of a theme.
Read/write String
.
void setName(java.lang.String value)
Returns the name of a theme.
Read/write String
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |