com.aspose.slides
Class Background

java.lang.Object
  extended by com.aspose.slides.Background
All Implemented Interfaces:
IBackground, IFillParamSource, IPresentationComponent, ISlideComponent

public class Background
extends java.lang.Object
implements IBackground

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

getType

public byte getType()

Returns a type of background fill. Read/write BackgroundType.

Specified by:
getType in interface IBackground

setType

public void setType(byte value)

Returns a type of background fill. Read/write BackgroundType.

Specified by:
setType in interface IBackground

getFillFormat

public IFillFormat getFillFormat()

Returns a FillFormat for BackgroundType.OwnBackground fill. Read-only IFillFormat.

Specified by:
getFillFormat in interface IBackground

getStyleColor

public IColorFormat getStyleColor()

Return a ColorFormat for a BackgroundType.Themed fill. Read-only IColorFormat.

Specified by:
getStyleColor in interface IBackground

getStyleIndex

public int getStyleIndex()

Returns an index of BackgroundType.Themed fill in background theme collection. 0 means no fill. 1..999 - index. Read/write ushort.

Specified by:
getStyleIndex in interface IBackground

setStyleIndex

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.

Specified by:
setStyleIndex in interface IBackground

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.


getSlide

public IBaseSlide getSlide()

Returns the parent slide of a shape. Read-only IBaseSlide.

Specified by:
getSlide in interface ISlideComponent

getPresentation

public IPresentation getPresentation()

Returns the parent presentation of a slide. Read-only IPresentation.

Specified by:
getPresentation in interface IPresentationComponent


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.