|
||||||||
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. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
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)
Returns an index of BackgroundType.Themed fill in background theme collection. |
void |
setType(byte value)
Returns a type of background fill. |
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)
Returns a type of background fill.
Read/write BackgroundType
.
setType
in interface IBackground
public IFillFormat getFillFormat()
Returns a FillFormat for BackgroundType.OwnBackground fill.
Read-only IFillFormat
.
getFillFormat
in interface IBackground
public IColorFormat getStyleColor()
Return a ColorFormat for a BackgroundType.Themed fill.
Read-only 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.
Read/write ushort
.
getStyleIndex
in interface IBackground
public void setStyleIndex(int value)
Returns an index of BackgroundType.Themed fill in background theme collection.
0 means no fill.
1..999 - index.
Read/write ushort
.
setStyleIndex
in interface IBackground
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public IBaseSlide getSlide()
Returns the parent slide of a shape.
Read-only IBaseSlide
.
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
Returns the parent presentation of a slide.
Read-only IPresentation
.
getPresentation
in interface IPresentationComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |