EndConnection-Klasse
Connection End.When the object is serialized out as xml, its qualified name is a:endCxn.
Vererbungshierarchie
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
'Declaration
Public Class EndConnection _
Inherits ConnectionType
'Usage
Dim instance As EndConnection
public class EndConnection : ConnectionType
Hinweise
[ISO/IEC 29500-1 1. Ausgabe]
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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.