IBackgroundEffectiveData
All Implemented Interfaces: com.aspose.slides.IFillParamSource
public interface IBackgroundEffectiveData extends IFillParamSource
Immutable object which contains effective background properties.
This interface is used together with the IBackground interface to return effective formatting values with inheritance applied.
Methods
Method | Description |
---|---|
getFillFormat() | Returns effective fill format. |
getEffectFormat() | Returns effective effect format. |
getFillFormat()
public abstract IFillFormatEffectiveData getFillFormat()
Returns effective fill format. Read-only IFillFormatEffectiveData.
Returns: IFillFormatEffectiveData
getEffectFormat()
public abstract IEffectFormatEffectiveData getEffectFormat()
Returns effective effect format. Read-only IEffectFormatEffectiveData.
Returns: IEffectFormatEffectiveData