|
|||||||||
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)
|
|
SlideBackground(ActiveSlide parent,
DgContainer dg,
ActiveSlide.Ppt2003Slide ppt)
|
|
SlideBackground(ActiveSlide parent,
SpContainer esc,
ActiveSlide.Ppt2003Slide 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, SpContainer esc, ActiveSlide.Ppt2003Slide ppt)
public SlideBackground(ActiveSlide parent, DgContainer dg, ActiveSlide.Ppt2003Slide 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 |