NonVisualConnectionShapeProperties Constructors

Definition

Overloads

NonVisualConnectionShapeProperties()

Initializes a new instance of the NonVisualConnectionShapeProperties class.

NonVisualConnectionShapeProperties(OpenXmlElement[])

Initializes a new instance of the NonVisualConnectionShapeProperties class with the specified child elements.

NonVisualConnectionShapeProperties(IEnumerable<OpenXmlElement>)

Initializes a new instance of the NonVisualConnectionShapeProperties class with the specified child elements.

NonVisualConnectionShapeProperties(String)

Initializes a new instance of the NonVisualConnectionShapeProperties class from outer XML.

NonVisualConnectionShapeProperties()

Initializes a new instance of the NonVisualConnectionShapeProperties class.

public NonVisualConnectionShapeProperties ();
Public Sub New ()

Applies to

NonVisualConnectionShapeProperties(OpenXmlElement[])

Initializes a new instance of the NonVisualConnectionShapeProperties class with the specified child elements.

public NonVisualConnectionShapeProperties (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NonVisualConnectionShapeProperties(IEnumerable<OpenXmlElement>)

Initializes a new instance of the NonVisualConnectionShapeProperties class with the specified child elements.

public NonVisualConnectionShapeProperties (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NonVisualConnectionShapeProperties(String)

Initializes a new instance of the NonVisualConnectionShapeProperties class from outer XML.

public NonVisualConnectionShapeProperties (string outerXml);
new DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties : string -> DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to