StringPoint Constructors

Definition

Overloads

StringPoint()

Initializes a new instance of the StringPoint class.

StringPoint(OpenXmlElement[])

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

StringPoint(IEnumerable<OpenXmlElement>)

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

StringPoint(String)

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

StringPoint()

Initializes a new instance of the StringPoint class.

public StringPoint ();
Public Sub New ()

Applies to

StringPoint(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

StringPoint(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

StringPoint(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to