<adjLst> (Shape Adjust List)

This element is simply a list of shape adjusts.

example:
<adjLst>  
   <adj idx="1" val="1.35" />                   
	<adj idx="2" val=".35" />
</adjLst>                    

In this example we have a two adjust handle being modified for the containing shape. ]

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>