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.
This class provides 2 methods for working with AdjustValueCollection objects in .NET programs.
Available methods include: GetEnumerator, GetGdElements.
All exported members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: AsICollection, AsIEnumerable, Count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the count. |
AsICollection | IList<IAdjustValue> | Read | Gets the as i collection. |
AsIEnumerable | IEnumerable<IAdjustValue> | Read | Gets the as i enumerable. |
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 |