Aracılığıyla paylaş


Reaction Constructors

Definition

Overloads

Reaction()

Initializes a new instance of the Reaction class.

Reaction(OpenXmlElement[])

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

Reaction(IEnumerable<OpenXmlElement>)

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

Reaction(String)

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

Reaction()

Initializes a new instance of the Reaction class.

public Reaction ();
Public Sub New ()

Applies to

Reaction(OpenXmlElement[])

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

public Reaction (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reaction : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reaction
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Reaction(IEnumerable<OpenXmlElement>)

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

public Reaction (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reaction : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reaction
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Reaction(String)

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

public Reaction (string outerXml);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reaction : string -> DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reaction
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to