[Table of Contents] [docx version]
Error! No text of specified style in document.
cNvCxnSpPr (Non-Visual Connector Shape Drawing Properties)
This element specifies the non-visual properties for a connector shape. These are the set of properties on a shape which do not affect its display within a spreadsheet.
Parent Elements |
nvCxnSpPr (§5.6.2.18) |
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>