AdjustValueList Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AdjustValueList() |
Initializes a new instance of the AdjustValueList class. |
AdjustValueList(OpenXmlElement[]) |
Initializes a new instance of the AdjustValueList class with the specified child elements. |
AdjustValueList(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the AdjustValueList class with the specified child elements. |
AdjustValueList(String) |
Initializes a new instance of the AdjustValueList class from outer XML. |
AdjustValueList()
Initializes a new instance of the AdjustValueList class.
public AdjustValueList ();
Public Sub New ()
Applies to
AdjustValueList(OpenXmlElement[])
Initializes a new instance of the AdjustValueList class with the specified child elements.
public AdjustValueList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.AdjustValueList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.AdjustValueList
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
AdjustValueList(IEnumerable<OpenXmlElement>)
Initializes a new instance of the AdjustValueList class with the specified child elements.
public AdjustValueList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.AdjustValueList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.AdjustValueList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
AdjustValueList(String)
Initializes a new instance of the AdjustValueList class from outer XML.
public AdjustValueList (string outerXml);
new DocumentFormat.OpenXml.Drawing.AdjustValueList : string -> DocumentFormat.OpenXml.Drawing.AdjustValueList
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.