StartSoundAction Constructeurs

Définition

Surcharges

StartSoundAction()

Initialise une nouvelle instance de la classe StartSoundAction.

StartSoundAction(OpenXmlElement[])

Initialise une nouvelle instance de la classe StartSoundAction avec les éléments enfants spécifiés.

StartSoundAction(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe StartSoundAction avec les éléments enfants spécifiés.

StartSoundAction(String)

Initialise une nouvelle instance de la classe StartSoundAction à partir d’un code XML externe.

StartSoundAction()

Initialise une nouvelle instance de la classe StartSoundAction.

public StartSoundAction ();
Public Sub New ()

S’applique à

StartSoundAction(OpenXmlElement[])

Initialise une nouvelle instance de la classe StartSoundAction avec les éléments enfants spécifiés.

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())

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

StartSoundAction(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe StartSoundAction avec les éléments enfants spécifiés.

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))

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

StartSoundAction(String)

Initialise une nouvelle instance de la classe StartSoundAction à partir d’un code XML externe.

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

Paramètres

outerXml
String

Spécifie le code XML externe de l’élément.

S’applique à