theme-ag凯发旗舰厅



com.spire.presentation
class theme

java.lang.object
  extended by 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)
           
 
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

theme

public theme( pres)
method detail

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:


网站地图