Share via


SoundAction Constructors

Definition

Overloads

SoundAction()

Initializes a new instance of the SoundAction class.

SoundAction(OpenXmlElement[])

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

SoundAction(IEnumerable<OpenXmlElement>)

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

SoundAction(String)

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

SoundAction()

Initializes a new instance of the SoundAction class.

public SoundAction ();
Public Sub New ()

Applies to

SoundAction(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SoundAction(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SoundAction(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to