StringDataType Constructors

Definition

Overloads

StringDataType()

Initializes a new instance of the StringDataType class.

StringDataType(OpenXmlElement[])

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

StringDataType(IEnumerable<OpenXmlElement>)

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

StringDataType(String)

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

StringDataType()

Initializes a new instance of the StringDataType class.

protected StringDataType ();
Protected Sub New ()

Applies to

StringDataType(OpenXmlElement[])

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

protected StringDataType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

StringDataType(IEnumerable<OpenXmlElement>)

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

protected StringDataType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

StringDataType(String)

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

protected StringDataType (string outerXml);
new DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType : string -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to