theme-ag凯发旗舰厅
com.spire.presentation
class theme
java.lang.object
com.spire.presentation.theme
- all implemented interfaces:
- iactivepresentation
- direct known subclasses:
- mastertheme
public abstract class theme
- extends java.lang.object
- implements iactivepresentation
represents a theme.
constructor summary |
theme( pres)
|
theme
public theme( pres)
getname
public java.lang.string getname()
- gets the name of a theme.
read-only .
- returns:
getcolorscheme
public abstract colorscheme getcolorscheme()
- gets the color scheme.
read-only .
- returns:
getfontscheme
public abstract fontscheme getfontscheme()
- gets the font scheme.
read-only .
- returns:
getformatscheme
public abstract formatscheme getformatscheme()
- gets the shape format scheme.
read-only .
- returns:
getpresentation
public presentation getpresentation()
- gets the parent presentation.
read-only .
- specified by:
getpresentation
in interface iactivepresentation
- returns: