<handles> (Set of Handles)

This element defines a set of user interface elements which can vary a shape's @adj values. All dependent formulas and attributes are recalculated. Each handle is defined by a child <h> element.

Parent Elements

<arc>6.1.2.1); <background>2.2.1); <curve>6.1.2.3); <group>6.1.2.7); <image>6.1.2.10); <line>6.1.2.12); <object>2.3.3.19); <oval>6.1.2.13); <pict>2.3.3.21); <pict>2.9.23); <polyline>6.1.2.15); <rect>6.1.2.16); <roundrect>6.1.2.17); <shape>6.1.2.19); <shapetype>6.1.2.20)

Child Elements

Subclause

<h> (Shape Handle)

§6.1.2.8

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Handles">
	<sequence>
	<element name="h" type="CT_H" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
</complexType>