L.4.15.6.3.28 Adjust Handle List
L.4.15.6.3.28 Adjust Handle List
The complex type CT_AdjLst holds all of the adjust handles for a given shape. The number of adjust handles accessible varies shape by shape, but there are usually less than four for a given shape. The complex type is defined in the following way:
<xsd:complexType name="CT_AdjLst" o:cname="CAdjList">
<xsd:sequence>
<xsd:element name="adj" type="CT_Adj" minOccurs="0"
maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
Last updated on