com.aspose.slides
Interface IFormatSchemeEffectiveData

All Known Implementing Classes:
FormatSchemeEffectiveData

public interface IFormatSchemeEffectiveData

Immutable FormatScheme object.


Method Summary
 IFillFormatCollectionEffectiveData getBackgroundFillStyles(java.awt.Color styleColor)
           
 IEffectStyleCollectionEffectiveData getEffectStyles(java.awt.Color styleColor)
           
 IFillFormatCollectionEffectiveData getFillStyles(java.awt.Color styleColor)
           
 ILineFormatCollectionEffectiveData getLineStyles(java.awt.Color styleColor)
           
 

Method Detail

getFillStyles

IFillFormatCollectionEffectiveData getFillStyles(java.awt.Color styleColor)

getLineStyles

ILineFormatCollectionEffectiveData getLineStyles(java.awt.Color styleColor)

getEffectStyles

IEffectStyleCollectionEffectiveData getEffectStyles(java.awt.Color styleColor)

getBackgroundFillStyles

IFillFormatCollectionEffectiveData getBackgroundFillStyles(java.awt.Color styleColor)