slidebackground-ag凯发旗舰厅



com.spire.presentation
class slidebackground

java.lang.object
  extended by com.spire.presentation.slidebackground
all implemented interfaces:
iactivepresentation, islidecomponent

public class slidebackground
extends java.lang.object
implements islidecomponent

represents background of a slide.


constructor summary
slidebackground(activeslide parent)
           
(activeslide parent,  dg,  ppt)
           
(activeslide parent,  esc,  ppt)
           
 
method summary
 effectdag geteffectdag()
          gets effect dag.
 fillformat getfill()
          gets a fillformat for backgroundtype.ownbackground fill.
 presentation getpresentation()
          gets the parent presentation of a slide.
 activeslide getslide()
          gets the parent slide of a shape.
 colorformat getthemecolor()
          return a colorformat for themed fill.
 int getthemeindex()
          gets an index of theme.
 backgroundtype gettype()
          gets a type of background fill.
 void setthemeindex(int value)
           
 void settype(backgroundtype value)
          sets a type of background fill.
 
constructor detail

slidebackground

public slidebackground(activeslide parent)

slidebackground

public slidebackground(activeslide parent,
                        esc,
                        ppt)

slidebackground

public slidebackground(activeslide parent,
                        dg,
                        ppt)
method detail

gettype

public backgroundtype gettype()
gets a type of background fill. read/write .
returns:

settype

public void settype(backgroundtype value)
sets a type of background fill. read/write .

geteffectdag

public effectdag geteffectdag()
gets effect dag.
returns:

getfill

public fillformat getfill()
gets a fillformat for backgroundtype.ownbackground fill. readonly .
returns:

getthemecolor

public colorformat getthemecolor()
return a colorformat for themed fill. readonly .
returns:

getthemeindex

public int getthemeindex()
gets an index of theme. 0..999, 0 eqauls no fill.
returns:

setthemeindex

public void setthemeindex(int value)

getslide

public activeslide getslide()
gets the parent slide of a shape. read-only .
specified by:
getslide in interface islidecomponent
returns:

getpresentation

public presentation getpresentation()
gets the parent presentation of a slide. read-only .
specified by:
getpresentation in interface iactivepresentation
returns:


网站地图