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.

Properties

NameTypeAccessDescription
CountintReadGets the total number of adjustment values stored
AsICollectionIList<IAdjustValue>ReadGets the adjustments as an IList
AsIEnumerableIEnumerable<IAdjustValue>ReadGets the adjustments as an IEnumerable

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