com.aspose.slides
Interface IBackground

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

public interface IBackground
extends ISlideComponent, IFillParamSource


Method Summary
 IFillFormat getFillFormat()
           Returns a FillFormatEx for BackgroundType.OwnBackground fill.
 IColorFormat getStyleColor()
           Return a ColorFormatEx 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 interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getType

byte getType()

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


setType

void setType(byte value)

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


getFillFormat

IFillFormat getFillFormat()

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


getStyleColor

IColorFormat getStyleColor()

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


getStyleIndex

int getStyleIndex()

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


setStyleIndex

void setStyleIndex(int value)

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



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