EndConditionList 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
EndConditionList() |
Initializes a new instance of the EndConditionList class. |
EndConditionList(OpenXmlElement[]) |
Initializes a new instance of the EndConditionList class with the specified child elements. |
EndConditionList(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the EndConditionList class with the specified child elements. |
EndConditionList(String) |
Initializes a new instance of the EndConditionList class from outer XML. |
EndConditionList()
Initializes a new instance of the EndConditionList class.
public EndConditionList ();
Public Sub New ()
Applies to
EndConditionList(OpenXmlElement[])
Initializes a new instance of the EndConditionList class with the specified child elements.
public EndConditionList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.EndConditionList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.EndConditionList
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
EndConditionList(IEnumerable<OpenXmlElement>)
Initializes a new instance of the EndConditionList class with the specified child elements.
public EndConditionList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.EndConditionList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.EndConditionList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
EndConditionList(String)
Initializes a new instance of the EndConditionList class from outer XML.
public EndConditionList (string outerXml);
new DocumentFormat.OpenXml.Presentation.EndConditionList : string -> DocumentFormat.OpenXml.Presentation.EndConditionList
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.