Aracılığıyla paylaş


Constraints Constructors

Definition

Overloads

Constraints()

Initializes a new instance of the Constraints class.

Constraints(OpenXmlElement[])

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

Constraints(IEnumerable<OpenXmlElement>)

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

Constraints(String)

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

Constraints()

Initializes a new instance of the Constraints class.

public Constraints ();
Public Sub New ()

Applies to

Constraints(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Constraints(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Constraints(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to