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