共用方式為


StrRefExtensionList Constructors

Definition

Overloads

StrRefExtensionList()

Initializes a new instance of the StrRefExtensionList class.

StrRefExtensionList(OpenXmlElement[])

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

StrRefExtensionList(IEnumerable<OpenXmlElement>)

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

StrRefExtensionList(String)

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

StrRefExtensionList()

Initializes a new instance of the StrRefExtensionList class.

public StrRefExtensionList ();
Public Sub New ()

Applies to

StrRefExtensionList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

StrRefExtensionList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

StrRefExtensionList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to