AdjustValueCollection — Aspose.Slides FOSS Java API Reference
AdjustValueCollection — Represents a collection of shape’s adjustments backed by an OOXML <a:avLst> element. Inherits from: IAdjustValueCollection.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
gdElements | List<Element> | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
initInternal(Element avLstElement, Runnable saveCallback) | AdjustValueCollection | Initializes this collection from the given <a:avLst> element. |
getGdElements() | List<Element> | Returns the <a:gd> child elements of the backing <a:avLst> element. |
size() | int | |
get(int index) | IAdjustValue | |
asICollection() | List<IAdjustValue> | |
asIEnumerable() | Iterable<IAdjustValue> | |
iterator() | Iterator<IAdjustValue> |