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
| Signature | Description |
|---|---|
size() → int | Gets the number of adjustment values. |
get(index: int) → IAdjustValue | Gets 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}. |