Aracılığıyla paylaş


NumberDiagramInfo Constructors

Definition

Overloads

NumberDiagramInfo()

Initializes a new instance of the NumberDiagramInfo class.

NumberDiagramInfo(OpenXmlElement[])

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

NumberDiagramInfo(IEnumerable<OpenXmlElement>)

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

NumberDiagramInfo(String)

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

NumberDiagramInfo()

Initializes a new instance of the NumberDiagramInfo class.

public NumberDiagramInfo ();
Public Sub New ()

Applies to

NumberDiagramInfo(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NumberDiagramInfo(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NumberDiagramInfo(String)

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

public NumberDiagramInfo (string outerXml);
new DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo : string -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to