com.aspose.slides
Interface IBackground

All Superinterfaces:
IPresentationComponent, ISlideComponent
All Known Implementing Classes:
Background

public interface IBackground
extends ISlideComponent


Method Summary
 IFillFormat getFillFormat()
           
 IColorFormat getStyleColor()
           
 int getStyleIndex()
           
 byte getType()
           
 void setStyleIndex(int value)
           
 void setType(byte value)
           
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getType

byte getType()

setType

void setType(byte value)

getFillFormat

IFillFormat getFillFormat()

getStyleColor

IColorFormat getStyleColor()

getStyleIndex

int getStyleIndex()

setStyleIndex

void setStyleIndex(int value)