EndConnection Class
Connection End.When the object is serialized out as xml, its qualified name is a:endCxn.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Drawing.ConnectionType
DocumentFormat.OpenXml.Drawing.EndConnection
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Class EndConnection _
Inherits ConnectionType
'Применение
Dim instance As EndConnection
public class EndConnection : ConnectionType
Remarks
[ISO/IEC 29500-1 редакция 1]
20.1.2.2.13 endCxn (Connection End)
This element specifies the ending connection that should be made by the corresponding connector shape. This connects the end tail of the connector to the final destination 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. Приведенный выше текст переведен с английского языка на русский корпорацией Майкрософт (или ее подрядчиками) и ISO не несет ответственности за эти переводы.
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.