|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.slidebackground
public class slidebackground
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 |
---|
public slidebackground(activeslide parent)
public slidebackground(activeslide parent, esc, ppt)
public slidebackground(activeslide parent, dg, ppt)
method detail |
---|
public backgroundtype gettype()
public void settype(backgroundtype value)
public effectdag geteffectdag()
public fillformat getfill()
public colorformat getthemecolor()
public int getthemeindex()
public void setthemeindex(int value)
public activeslide getslide()
getslide
in interface islidecomponent
public presentation getpresentation()
getpresentation
in interface iactivepresentation
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |