다음을 통해 공유


AnimEffectParentMkLstAnimationEffectMonikerList Constructors

Definition

Overloads

AnimEffectParentMkLstAnimationEffectMonikerList()

Initializes a new instance of the AnimEffectParentMkLstAnimationEffectMonikerList class.

AnimEffectParentMkLstAnimationEffectMonikerList(OpenXmlElement[])

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

AnimEffectParentMkLstAnimationEffectMonikerList(IEnumerable<OpenXmlElement>)

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

AnimEffectParentMkLstAnimationEffectMonikerList(String)

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

AnimEffectParentMkLstAnimationEffectMonikerList()

Initializes a new instance of the AnimEffectParentMkLstAnimationEffectMonikerList class.

public AnimEffectParentMkLstAnimationEffectMonikerList ();
Public Sub New ()

Applies to

AnimEffectParentMkLstAnimationEffectMonikerList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

AnimEffectParentMkLstAnimationEffectMonikerList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

AnimEffectParentMkLstAnimationEffectMonikerList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to