Share via


Reactions Constructors

Definition

Overloads

Reactions()

Initializes a new instance of the Reactions class.

Reactions(OpenXmlElement[])

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

Reactions(IEnumerable<OpenXmlElement>)

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

Reactions(String)

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

Reactions()

Initializes a new instance of the Reactions class.

public Reactions ();
Public Sub New ()

Applies to

Reactions(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Reactions(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Reactions(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to