IFormatSchemeEffectiveData
public interface IFormatSchemeEffectiveData
Immutable object which contains effective format scheme properties.
This interface is used as a part of IThemeEffectiveData.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
styleColor | java.lang.Integer | Color 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:
Parameter | Type | Description |
---|---|---|
styleColor | java.lang.Integer | Color 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:
Parameter | Type | Description |
---|---|---|
styleColor | java.lang.Integer | Color 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:
Parameter | Type | Description |
---|---|---|
styleColor | java.lang.Integer | Color java.lang.Integer |
Returns: IFillFormatCollectionEffectiveData - Collection of effective background fill formats IFillFormatCollectionEffectiveData