com.aspose.slides.pptx
Class BackgroundEx

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

public class BackgroundEx
extends java.lang.Object

Represents background of a slide.


Method Summary
 FillFormatEx getFillFormat()
          Returns a FillFormatEx object for the BackgroundTypeEx.OWN_BACKGROUND fill.
 PresentationEx getPresentation()
          Returns the parent presentation of a slide.
 BaseSlideEx getSlide()
          Returns the parent slide of a shape.
 ColorFormatEx getStyleColorFormat()
          Return a ColorFormatEx object for the BackgroundTypeEx.THEMED fill.
 int getStyleIndex()
          Returns an index of BackgroundTypeEx.THEMED fill in background theme collection. 0 means no fill. 1..999 - index.
 BackgroundTypeEx getType()
          Returns the type of a background fill.
 void setStyleIndex(int value)
          Sets an index of BackgroundTypeEx.THEMED fill in background theme collection. 0 means no fill. 1..999 - index.
 void setType(BackgroundTypeEx value)
          Sets the type of a background fill.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public BackgroundTypeEx getType()
Returns the type of a background fill. See BackgroundTypeEx.


setType

public void setType(BackgroundTypeEx value)
Sets the type of a background fill.

Parameters:
value - new type of a background fill. See BackgroundTypeEx.

getFillFormat

public FillFormatEx getFillFormat()
Returns a FillFormatEx object for the BackgroundTypeEx.OWN_BACKGROUND fill. See FillFormatEx.


getStyleColorFormat

public ColorFormatEx getStyleColorFormat()
Return a ColorFormatEx object for the BackgroundTypeEx.THEMED fill. See 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)
Sets an index of BackgroundTypeEx.THEMED fill in background theme collection. 0 means no fill. 1..999 - index.


getSlide

public BaseSlideEx getSlide()
Returns the parent slide of a shape. See BaseSlideEx.


getPresentation

public PresentationEx getPresentation()
Returns the parent presentation of a slide. See PresentationEx.