IFormatSchemeEffectiveData

public interface IFormatSchemeEffectiveData

Immutable object which contains effective format scheme properties.


This interface is used as a part of IThemeEffectiveData.

Methods

MethodDescription
getFillStyles(Integer styleColor)Returns a collection of theme defined fill styles.
getLineStyles(Integer styleColor)Returns a collection of theme defined line styles.
getEffectStyles(Integer styleColor)Returns a collection of theme defined effect styles.
getBackgroundFillStyles(Integer styleColor)Returns a collection of theme defined background fill styles.

getFillStyles(Integer styleColor)

public abstract IFillFormatCollectionEffectiveData getFillStyles(Integer styleColor)

Returns a collection of theme defined fill styles.

Parameters:

ParameterTypeDescription
styleColorjava.lang.IntegerColor java.lang.Integer

Returns: IFillFormatCollectionEffectiveData - Collection of effective fill formats IFillFormatCollectionEffectiveData

getLineStyles(Integer styleColor)

public abstract ILineFormatCollectionEffectiveData getLineStyles(Integer styleColor)

Returns a collection of theme defined line styles.

Parameters:

ParameterTypeDescription
styleColorjava.lang.IntegerColor java.lang.Integer

Returns: ILineFormatCollectionEffectiveData - Collection of effective line formats ILineFormatCollectionEffectiveData

getEffectStyles(Integer styleColor)

public abstract IEffectStyleCollectionEffectiveData getEffectStyles(Integer styleColor)

Returns a collection of theme defined effect styles.

Parameters:

ParameterTypeDescription
styleColorjava.lang.IntegerColor java.lang.Integer

Returns: IEffectStyleCollectionEffectiveData - Collection of effective effect styles IEffectStyleCollectionEffectiveData

getBackgroundFillStyles(Integer styleColor)

public abstract IFillFormatCollectionEffectiveData getBackgroundFillStyles(Integer styleColor)

Returns a collection of theme defined background fill styles.

Parameters:

ParameterTypeDescription
styleColorjava.lang.IntegerColor java.lang.Integer

Returns: IFillFormatCollectionEffectiveData - Collection of effective background fill formats IFillFormatCollectionEffectiveData