Aracılığıyla paylaş


NumRefExtension Constructors

Definition

Overloads

NumRefExtension()

Initializes a new instance of the NumRefExtension class.

NumRefExtension(OpenXmlElement[])

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

NumRefExtension(IEnumerable<OpenXmlElement>)

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

NumRefExtension(String)

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

NumRefExtension()

Initializes a new instance of the NumRefExtension class.

public NumRefExtension ();
Public Sub New ()

Applies to

NumRefExtension(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NumRefExtension(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NumRefExtension(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to