[Table of Contents] [docx version]
Error! No text of specified style in document.
This element is simply a list of shape adjusts.
[Example: Consider the following example of the adjLst element in a DrawingML diagram:
<adjLst>
<adj idx="1" val="1.35" />
</adjLst>
In this example we have a two adjust handle being modified for the containing shape. end example]
Parent Elements |
shape (§5.9.2.27) |
Child Elements |
Subclause |
adj (Shape Adjust) |
§5.9.2.1 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_AdjLst">
<sequence>
<element name="adj" type="CT_Adj" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>