IAdjustValueCollection
General
IAdjustValueCollection és una interfície en Aspose.Slides FOSS per Java.
Representa una col·lecció de valors d’ajust de forma.
Mètodes
| 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}. |