[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies all the guides that will be used for this shape. A guide is specified by the gd element and defines a calculated value that may be used for the construction of the corresponding shape.
[Note: Guides that have a literal value formula specified via fmla="val x" above should only be used within the avLst as an adjust value for the shape. This however is not strictly enforced. end note]
Parent Elements |
custGeom (§5.1.11.8) |
Child Elements |
Subclause |
gd (Shape Guide) |
§5.1.11.11 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_GeomGuideList">
<sequence>
<element name="gd" type="CT_GeomGuide" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>