共用方式為


EndConditionList Constructors

Definition

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.

Applies to