PointList Constructors

Definition

Overloads

PointList()

Initializes a new instance of the PointList class.

PointList(OpenXmlElement[])

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

PointList(IEnumerable<OpenXmlElement>)

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

PointList(String)

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

PointList()

Initializes a new instance of the PointList class.

public PointList ();
Public Sub New ()

Applies to

PointList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PointList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PointList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to