次の方法で共有


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

'宣言
Public Class StartConnection _
    Inherits ConnectionType
'使用
Dim instance As StartConnection
public class StartConnection : ConnectionType

Remarks

[ISO/IEC 29500-1 初版]

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. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、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.

See Also

Reference

StartConnection Members

DocumentFormat.OpenXml.Drawing Namespace