IAdjustValueCollection

IAdjustValueCollection

Overview

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

Represents a collection of shape adjustment values.

This interface provides 4 methods for working with IAdjustValueCollection objects in Java programs. Available methods include: asICollection, asIEnumerable, get, size. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.

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