AdjustValueCollection

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

PropertyTypeAccessDescription
gdElementsList<Element>Read/Write

Methods

MethodReturnsDescription
initInternal(Element avLstElement, Runnable saveCallback)AdjustValueCollectionInitializes 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>

See Also