Share via


AdjustList Constructors

Definition

Overloads

AdjustList()

Initializes a new instance of the AdjustList class.

AdjustList(OpenXmlElement[])

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

AdjustList(IEnumerable<OpenXmlElement>)

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

AdjustList(String)

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

AdjustList()

Initializes a new instance of the AdjustList class.

public AdjustList ();
Public Sub New ()

Applies to

AdjustList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

AdjustList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

AdjustList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to