[Table of Contents] [docx version]
Error! No text of specified style in document.
cNvCxnSpPr (Non-Visual Connection Shape Drawing Properties)
This element specifies the non-visual drawing properties for a connector shape. These non-visual properties are properties that the generating application would utilize when rendering the parent chart.
Parent Elements |
nvCxnSpPr (§5.8.2.15) |
Child Elements |
Subclause |
cxnSpLocks (Connection Shape Locks) |
§5.1.2.1.11 |
endCxn (Connection End) |
§5.1.2.1.13 |
extLst (Extension List) |
§5.1.2.1.15 |
stCxn (Connection Start) |
§5.1.2.1.36 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_NonVisualConnectorProperties">
<sequence>
<element name="cxnSpLocks" type="CT_ConnectorLocking" minOccurs="0" maxOccurs="1"/>
<element name="stCxn" type="CT_Connection" minOccurs="0" maxOccurs="1"/>
<element name="endCxn" type="CT_Connection" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>