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.
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 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. Read-only IFillFormatCollection.

Specified by:
getFillStyles in interface IFormatScheme

getLineStyles

public ILineFormatCollection getLineStyles()

Returns a collection of theme defined line styles. Read-only ILineFormatCollection.

Specified by:
getLineStyles in interface IFormatScheme

getEffectStyles

public IEffectStyleCollection getEffectStyles()

Returns a collection of theme defined effect styles. Read-only IEffectStyleCollection.

Specified by:
getEffectStyles in interface IFormatScheme

getBackgroundFillStyles

public IFillFormatCollection getBackgroundFillStyles()

Returns a collection of theme defined background fill styles. Read-only IFillFormatCollection.

Specified by:
getBackgroundFillStyles in interface IFormatScheme

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.


getSlide

public IBaseSlide getSlide()

Returns the parent slide. Read-only IBaseSlide.

Specified by:
getSlide in interface ISlideComponent

getPresentation

public IPresentation getPresentation()

Returns the parent presentation. Read-only IPresentation.

Specified by:
getPresentation in interface IPresentationComponent


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