[Table of Contents] [docx version]

VML Reference Material - VML

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

arc6.1.2.1); background2.2.1); curve6.1.2.3); group6.1.2.7); image6.1.2.10); line6.1.2.12); object2.3.3.19); oval6.1.2.13); pict2.3.3.21); pict2.9.23); polyline6.1.2.15); rect6.1.2.16); roundrect6.1.2.17); shape6.1.2.19); shapetype6.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>