NonVisualConnectorProperties-Klasse
Defines the NonVisualConnectorProperties Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is wps:cNvCnPr.
Vererbungshierarchie
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties
Namespace: DocumentFormat.OpenXml.Office2010.Word.DrawingShape
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(StartConnection))> _
<ChildElementInfoAttribute(GetType(EndConnection))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(ConnectionShapeLocks))> _
Public Class NonVisualConnectorProperties _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As NonVisualConnectorProperties
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(StartConnection))]
[ChildElementInfoAttribute(typeof(EndConnection))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(ConnectionShapeLocks))]
public class NonVisualConnectorProperties : OpenXmlCompositeElement
Hinweise
The following table lists the possible child types:
DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks <a:cxnSpLocks>
DocumentFormat.OpenXml.Drawing.StartConnection <a:stCxn>
DocumentFormat.OpenXml.Drawing.EndConnection <a:endCxn>
DocumentFormat.OpenXml.Drawing.ExtensionList <a:extLst>
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Siehe auch
Referenz
NonVisualConnectorProperties-Member
DocumentFormat.OpenXml.Office2010.Word.DrawingShape-Namespace