|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.FormatSchemeEffectiveData
public class FormatSchemeEffectiveData
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 |
---|
public IFillFormatCollectionEffectiveData getFillStyles(java.awt.Color styleColor)
IFormatSchemeEffectiveData
Returns a collection of theme defined fill styles.
getFillStyles
in interface IFormatSchemeEffectiveData
public ILineFormatCollectionEffectiveData getLineStyles(java.awt.Color styleColor)
IFormatSchemeEffectiveData
Returns a collection of theme defined line styles.
getLineStyles
in interface IFormatSchemeEffectiveData
public IEffectStyleCollectionEffectiveData getEffectStyles(java.awt.Color styleColor)
IFormatSchemeEffectiveData
Returns a collection of theme defined effect styles.
getEffectStyles
in interface IFormatSchemeEffectiveData
public IFillFormatCollectionEffectiveData getBackgroundFillStyles(java.awt.Color styleColor)
IFormatSchemeEffectiveData
Returns a collection of theme defined background fill styles.
getBackgroundFillStyles
in interface IFormatSchemeEffectiveData
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |