AdjustValueCollection

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

NameTypeAccessDescription
CountintReadGets the count.
AsICollectionIList<IAdjustValue>ReadGets the as i collection.
AsIEnumerableIEnumerable<IAdjustValue>ReadGets the as i enumerable.

Methods

SignatureDescription
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

See Also