<cNvCxnSpPr>
(Non-Visual Connector Shape Drawing Properties)
This element specifies the non-visual drawing properties specific to a connector shape. This includes information specifying the shapes to which the connector shape is connected.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
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>