Compartir a través de


AnimEffectMkLstAnimationEffectMonikerList Constructores

Definición

Sobrecargas

AnimEffectMkLstAnimationEffectMonikerList()

Inicializa una nueva instancia de la clase AnimEffectMkLstAnimationEffectMonikerList.

AnimEffectMkLstAnimationEffectMonikerList(OpenXmlElement[])

Inicializa una nueva instancia de la clase AnimEffectMkLstAnimationEffectMonikerList con los elementos secundarios especificados.

AnimEffectMkLstAnimationEffectMonikerList(IEnumerable<OpenXmlElement>)

Inicializa una nueva instancia de la clase AnimEffectMkLstAnimationEffectMonikerList con los elementos secundarios especificados.

AnimEffectMkLstAnimationEffectMonikerList(String)

Inicializa una nueva instancia de la clase AnimEffectMkLstAnimationEffectMonikerList a partir de XML externo.

AnimEffectMkLstAnimationEffectMonikerList()

Inicializa una nueva instancia de la clase AnimEffectMkLstAnimationEffectMonikerList.

public AnimEffectMkLstAnimationEffectMonikerList ();
Public Sub New ()

Se aplica a

AnimEffectMkLstAnimationEffectMonikerList(OpenXmlElement[])

Inicializa una nueva instancia de la clase AnimEffectMkLstAnimationEffectMonikerList con los elementos secundarios especificados.

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

Parámetros

childElements
OpenXmlElement[]

Especifica los elementos secundarios.

Se aplica a

AnimEffectMkLstAnimationEffectMonikerList(IEnumerable<OpenXmlElement>)

Inicializa una nueva instancia de la clase AnimEffectMkLstAnimationEffectMonikerList con los elementos secundarios especificados.

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

Parámetros

childElements
IEnumerable<OpenXmlElement>

Especifica los elementos secundarios.

Se aplica a

AnimEffectMkLstAnimationEffectMonikerList(String)

Inicializa una nueva instancia de la clase AnimEffectMkLstAnimationEffectMonikerList a partir de XML externo.

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

Parámetros

outerXml
String

Especifica el XML externo del elemento.

Se aplica a