IAdjustValueCollection
Overview
IAdjustValueCollection is a interface in Aspose.Slides FOSS for Java.
Inherits from: Iterable<IAdjustValue>.
Represents a collection of shape adjustment values.
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}. |