com.aspose.slides
Class BackgroundEx

java.lang.Object
  extended by com.aspose.slides.BackgroundEx

public class BackgroundEx
extends java.lang.Object

Represents background of a slide.


Method Summary
 FillFormatEx getFillFormat()
           Returns a FillFormatEx for BackgroundTypeEx.OwnBackground fill.
 PresentationEx getPresentation()
           Returns the parent presentation of a slide.
 BaseSlideEx getSlide()
           Returns the parent slide of a shape.
 ColorFormatEx getStyleColorFormat()
           Return a ColorFormatEx for a BackgroundTypeEx.Themed fill.
 int getStyleIndex()
           Returns an index of BackgroundTypeEx.Themed fill in background theme collection. 0 means no fill. 1..999 - index.
 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

getType

public byte getType()

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


setType

public void setType(byte value)

getFillFormat

public FillFormatEx getFillFormat()

Returns a FillFormatEx for BackgroundTypeEx.OwnBackground fill. Readonly FillFormatEx.


getStyleColorFormat

public ColorFormatEx getStyleColorFormat()

Return a ColorFormatEx for a BackgroundTypeEx.Themed fill. Readonly ColorFormatEx.


getStyleIndex

public int getStyleIndex()

Returns an index of BackgroundTypeEx.Themed fill in background theme collection. 0 means no fill. 1..999 - index.


setStyleIndex

public void setStyleIndex(int value)

getSlide

public BaseSlideEx getSlide()

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


getPresentation

public PresentationEx getPresentation()

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