NonVisualConnectorProperties Class
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.
Inheritance Hierarchy
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
'宣言
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(StartConnection))> _
<ChildElementInfoAttribute(GetType(EndConnection))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(ConnectionShapeLocks))> _
Public Class NonVisualConnectorProperties _
Inherits OpenXmlCompositeElement
'使用
Dim instance As NonVisualConnectorProperties
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(StartConnection))]
[ChildElementInfoAttribute(typeof(EndConnection))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(ConnectionShapeLocks))]
public class NonVisualConnectorProperties : OpenXmlCompositeElement
Remarks
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>
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
NonVisualConnectorProperties Members
DocumentFormat.OpenXml.Office2010.Word.DrawingShape Namespace