StartConnection Class

Connection Start.When the object is serialized out as xml, its qualified name is a:stCxn.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Drawing.ConnectionType
        DocumentFormat.OpenXml.Drawing.StartConnection

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Class StartConnection _
    Inherits ConnectionType
'Usage
Dim instance As StartConnection
public class StartConnection : ConnectionType

Remarks

[ISO/IEC 29500-1 1st Edition]

20.1.2.2.36 stCxn (Connection Start)

This element specifies the starting connection that should be made by the corresponding connector shape. This connects the head of the connector to the first shape.

Parent Elements

cNvCxnSpPr (§21.3.2.3); cNvCxnSpPr (§20.1.2.2.4); cNvCxnSpPr (§20.5.2.4); cNvCxnSpPr (§19.3.1.8)

Attributes

Description

id (Identifier)

Specifies the id of the shape to make the final connection to.

The possible values for this attribute are defined by the ST_DrawingElementId simple type (§20.1.10.21).

idx (Index)

Specifies the index into the connection site table of the final connection shape. That is there are many connection sites on a shape and it shall be specified which connection site the corresponding connector shape should connect to.

The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype.

[Note: The W3C XML Schema definition of this element’s content model (CT_Connection) is located in §A.4.1. end note]

© ISO/IEC29500: 2008.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

StartConnection Members

DocumentFormat.OpenXml.Drawing Namespace