IAdjustValueCollection

IAdjustValueCollection — Aspose.Slides FOSS Java API Reference

IAdjustValueCollection — Represents a collection of shape adjustment values.

Package: org.aspose.slides.foss


Methods

MethodReturnsDescription
size()intGets the number of adjustment values.
get(int index)IAdjustValueGets 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.

See Also