com.aspose.slides
Interface IFormatSchemeEffectiveData

All Known Implementing Classes:
FormatSchemeEffectiveData

public interface 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.
 

Method Detail

getFillStyles

IFillFormatCollectionEffectiveData getFillStyles(java.awt.Color styleColor)

Returns a collection of theme defined fill styles.


getLineStyles

ILineFormatCollectionEffectiveData getLineStyles(java.awt.Color styleColor)

Returns a collection of theme defined line styles.


getEffectStyles

IEffectStyleCollectionEffectiveData getEffectStyles(java.awt.Color styleColor)

Returns a collection of theme defined effect styles.


getBackgroundFillStyles

IFillFormatCollectionEffectiveData getBackgroundFillStyles(java.awt.Color styleColor)

Returns a collection of theme defined background fill styles.



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