<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 |
---|
|
Child Elements |
Subclause |
---|---|
|
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>