Aracılığıyla paylaş


Algorithm Constructors

Definition

Overloads

Algorithm()

Initializes a new instance of the Algorithm class.

Algorithm(OpenXmlElement[])

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

Algorithm(IEnumerable<OpenXmlElement>)

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

Algorithm(String)

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

Algorithm()

Initializes a new instance of the Algorithm class.

public Algorithm ();
Public Sub New ()

Applies to

Algorithm(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Algorithm(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Algorithm(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to