|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.Theme
public abstract class Theme
Represents a theme.
| Constructor Summary | |
|---|---|
Theme(PresentationPptx pres)
|
|
| Method Summary | |
|---|---|
abstract ColorScheme |
getColorScheme()
Gets the color scheme. |
abstract FontScheme |
getFontScheme()
Gets the font scheme. |
abstract FormatScheme |
getFormatScheme()
Gets the shape format scheme. |
java.lang.String |
getName()
Gets the name of a theme. |
Presentation |
getPresentation()
Gets the parent presentation. |
| Constructor Detail |
|---|
public Theme(PresentationPptx pres)
| Method Detail |
|---|
public java.lang.String getName()
public abstract ColorScheme getColorScheme()
public abstract FontScheme getFontScheme()
public abstract FormatScheme getFormatScheme()
public Presentation getPresentation()
getPresentation in interface IActivePresentation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||