com.aspose.slides
Class FormatScheme

java.lang.Object
  extended by com.aspose.slides.FormatScheme
All Implemented Interfaces:
IFormatScheme, IPresentationComponent, ISlideComponent

public class FormatScheme
extends java.lang.Object
implements IFormatScheme

Stores theme-defined formats for the shapes.


Method Summary
 IFillFormatCollection getBackgroundFillStyles()
           Returns a collection of theme defined background fill styles.
 IEffectStyleCollection getEffectStyles()
           Returns a collection of theme defined effect styles.
 IFillFormatCollection getFillStyles()
           Returns a collection of theme defined fill styles.
 ILineFormatCollection getLineStyles()
           Returns a collection of theme defined line styles.
 IPresentation getPresentation()
           Returns the parent presentation.
 IBaseSlide getSlide()
           Returns the parent slide.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFillStyles

public IFillFormatCollection getFillStyles()

Returns a collection of theme defined fill styles. Readonly FillFormatCollection.

Specified by:
getFillStyles in interface IFormatScheme

getLineStyles

public ILineFormatCollection getLineStyles()

Returns a collection of theme defined line styles. Readonly LineFormatCollection.

Specified by:
getLineStyles in interface IFormatScheme

getEffectStyles

public IEffectStyleCollection getEffectStyles()

Returns a collection of theme defined effect styles. Readonly EffectStyleCollection.

Specified by:
getEffectStyles in interface IFormatScheme

getBackgroundFillStyles

public IFillFormatCollection getBackgroundFillStyles()

Returns a collection of theme defined background fill styles. Readonly FillFormatCollection.

Specified by:
getBackgroundFillStyles in interface IFormatScheme

getSlide

public IBaseSlide getSlide()

Returns the parent slide. Read-only BaseSlide.

Specified by:
getSlide in interface ISlideComponent

getPresentation

public IPresentation getPresentation()

Returns the parent presentation. Read-only Presentation.

Specified by:
getPresentation in interface IPresentationComponent