共用方式為


StartSoundAction Constructors

Definition

Overloads

StartSoundAction()

Initializes a new instance of the StartSoundAction class.

StartSoundAction(OpenXmlElement[])

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

StartSoundAction(IEnumerable<OpenXmlElement>)

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

StartSoundAction(String)

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

StartSoundAction()

Initializes a new instance of the StartSoundAction class.

public StartSoundAction ();
Public Sub New ()

Applies to

StartSoundAction(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

StartSoundAction(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

StartSoundAction(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to