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