IEffectStyleCollectionEffectiveData Interface

Immutable object that represents a readonly collection of effective effect styles.

Namespace:  Aspose.Slides.Theme
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IEffectStyleCollectionEffectiveData : IGenericCollection<IEffectStyleEffectiveData>, 
	IEnumerable<IEffectStyleEffectiveData>, IEnumerable, ICollection

The IEffectStyleCollectionEffectiveData type exposes the following members.

Properties
Methods
  NameDescription
Public methodCopyTo (Inherited from ICollection.)
Public methodGetEnumerator (Inherited from IEnumerableIEffectStyleEffectiveData.)
Remarks
This interface is used as a part of IFormatSchemeEffectiveData.
See Also