PreviousConditionList Constructors

Definition

Overloads

PreviousConditionList()

Initializes a new instance of the PreviousConditionList class.

PreviousConditionList(OpenXmlElement[])

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

PreviousConditionList(IEnumerable<OpenXmlElement>)

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

PreviousConditionList(String)

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

PreviousConditionList()

Initializes a new instance of the PreviousConditionList class.

public PreviousConditionList ();
Public Sub New ()

Applies to

PreviousConditionList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PreviousConditionList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PreviousConditionList(String)

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

public PreviousConditionList (string outerXml);
new DocumentFormat.OpenXml.Presentation.PreviousConditionList : string -> DocumentFormat.OpenXml.Presentation.PreviousConditionList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to