IAdjustValueCollection

IAdjustValueCollection

Overview

IAdjustValueCollection is a interface in Aspose.Slides FOSS for Java. Inherits from: Iterable<IAdjustValue>.

Represents a collection of shape adjustment values.

Methods

SignatureDescription
size()intGets the number of adjustment values.
get(index: int)IAdjustValueGets the adjustment value at the specified index.
asICollection()List<IAdjustValue>Returns the collection as a {@link List} of {@link IAdjustValue}.
asIEnumerable()Iterable<IAdjustValue>Returns the collection as an {@link Iterable} of {@link IAdjustValue}.

See Also