[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

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

nvCxnSpPr4.4.1.26)

 

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>