IAdjustValueCollection — Aspose.Slides FOSS Java API Reference
IAdjustValueCollection — Represents a collection of shape adjustment values.
Package: org.aspose.slides.foss
Methods
| Method | Returns | Description |
|---|---|---|
size() | int | Gets the number of adjustment values. |
get(int index) | IAdjustValue | Gets the adjustment value at the specified index. |
asICollection() | List<IAdjustValue> | Returns the collection as a List of IAdjustValue. |
asIEnumerable() | Iterable<IAdjustValue> | Returns the collection as an Iterable of IAdjustValue. |