public class Background extends java.lang.Object implements IBackground
Represents background of a slide.
Modifier and Type | Method and Description |
---|---|
IEffectFormat |
getEffectFormat()
Returns a EffectFormat for BackgroundType.OwnBackground fill.
|
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.
|
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 final IEffectFormat getEffectFormat()
Returns a EffectFormat for BackgroundType.OwnBackground fill.
Read-only IEffectFormat
.
getEffectFormat
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 final 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 final IPresentation getPresentation()
Returns the parent presentation of a slide.
Read-only IPresentation
.
getPresentation
in interface IPresentationComponent
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.