com.aspose.slides
Class FormatSchemeEffectiveData

java.lang.Object
  extended by com.aspose.slides.FormatSchemeEffectiveData
All Implemented Interfaces:
IFormatSchemeEffectiveData

public class FormatSchemeEffectiveData
extends java.lang.Object
implements IFormatSchemeEffectiveData

Immutable FormatScheme object.


Method Summary
 IFillFormatCollectionEffectiveData getBackgroundFillStyles(java.awt.Color styleColor)
           Returns a collection of theme defined background fill styles.
 IEffectStyleCollectionEffectiveData getEffectStyles(java.awt.Color styleColor)
           Returns a collection of theme defined effect styles.
 IFillFormatCollectionEffectiveData getFillStyles(java.awt.Color styleColor)
           Returns a collection of theme defined fill styles.
 ILineFormatCollectionEffectiveData getLineStyles(java.awt.Color styleColor)
           Returns a collection of theme defined line styles.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFillStyles

public IFillFormatCollectionEffectiveData getFillStyles(java.awt.Color styleColor)
Description copied from interface: IFormatSchemeEffectiveData

Returns a collection of theme defined fill styles.

Specified by:
getFillStyles in interface IFormatSchemeEffectiveData

getLineStyles

public ILineFormatCollectionEffectiveData getLineStyles(java.awt.Color styleColor)
Description copied from interface: IFormatSchemeEffectiveData

Returns a collection of theme defined line styles.

Specified by:
getLineStyles in interface IFormatSchemeEffectiveData

getEffectStyles

public IEffectStyleCollectionEffectiveData getEffectStyles(java.awt.Color styleColor)
Description copied from interface: IFormatSchemeEffectiveData

Returns a collection of theme defined effect styles.

Specified by:
getEffectStyles in interface IFormatSchemeEffectiveData

getBackgroundFillStyles

public IFillFormatCollectionEffectiveData getBackgroundFillStyles(java.awt.Color styleColor)
Description copied from interface: IFormatSchemeEffectiveData

Returns a collection of theme defined background fill styles.

Specified by:
getBackgroundFillStyles in interface IFormatSchemeEffectiveData


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