|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Background
public class Background
Represents background of a slide.
Method Summary | |
---|---|
IFillFormat |
getFillFormat()
Returns a FillFormat for BackgroundType.OwnBackground fill. |
IPresentation |
getPresentation()
Returns the parent presentation of a slide. |
IBaseSlide |
getSlide()
Returns the parent slide of a shape. |
IColorFormat |
getStyleColor()
Return a ColorFormat for a BackgroundType.Themed fill. |
int |
getStyleIndex()
Returns an index of BackgroundType.Themed fill in background theme collection. |
byte |
getType()
Returns a type of background fill. |
void |
setStyleIndex(int value)
|
void |
setType(byte value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public byte getType()
Returns a type of background fill.
Read/write BackgroundType
.
getType
in interface IBackground
public void setType(byte value)
setType
in interface IBackground
public IFillFormat getFillFormat()
Returns a FillFormat for BackgroundType.OwnBackground fill.
Readonly IFillFormat
.
getFillFormat
in interface IBackground
public IColorFormat getStyleColor()
Return a ColorFormat for a BackgroundType.Themed fill.
Readonly IColorFormat
.
getStyleColor
in interface IBackground
public int getStyleIndex()
Returns an index of BackgroundType.Themed fill in background theme collection. 0 means no fill. 1..999 - index.
getStyleIndex
in interface IBackground
public void setStyleIndex(int value)
setStyleIndex
in interface IBackground
public IBaseSlide getSlide()
Returns the parent slide of a shape.
Read-only BaseSlide
.
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
Returns the parent presentation of a slide.
Read-only Presentation
.
getPresentation
in interface IPresentationComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |