EffectStyleCollection
Contents
[
Hide
]EffectStyleCollection class
Represents a collection of effect styles.
public sealed class EffectStyleCollection : DomObject<FormatScheme>, IEffectStyleCollection
Properties
Name | Description |
---|---|
Count { get; } | Returns a number of elements in the collection. Read-only Int32, Read-only Int32. |
IsSynchronized { get; } | Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean. |
Item { get; } | Returns an element at specified position. Read-only EffectStyle . |
SyncRoot { get; } | Returns a synchronization root. Read-only Object. |
Methods
Name | Description |
---|---|
CopyTo(Array, int) | Copies all elements from the collection to the specified array. |
GetEnumerator() | Returns an enumerator that iterates through the collection. |
See Also
- class DomObject<TParent>
- class FormatScheme
- interface IEffectStyleCollection
- namespace Aspose.Slides.Theme
- assembly Aspose.Slides