AdjustValueCollection
Overview
AdjustValueCollection is a class in Aspose.Slides FOSS for .NET.
Inherits from: IAdjustValueCollection, IEnumerable<IAdjustValue>.
Represents a collection of shape’s adjustment values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the total number of adjustment values stored |
AsICollection | IList<IAdjustValue> | Read | Gets the adjustments as an IList |
AsIEnumerable | IEnumerable<IAdjustValue> | Read | Gets the adjustments as an IEnumerable |
Methods
| Signature | Description |
|---|---|
GetGdElements() | A list of a:gd elements, or an empty list if no adjustment list is set. |
GetEnumerator() | Provides an iterator over the adjustment values in the collection |