次の方法で共有


OpenXmlAnimationEffectMonikerListElement コンストラクター

定義

オーバーロード

OpenXmlAnimationEffectMonikerListElement()

OpenXmlAnimationEffectMonikerListElement クラスの新しいインスタンスを初期化します。

OpenXmlAnimationEffectMonikerListElement(OpenXmlElement[])

指定した子要素を使用して OpenXmlAnimationEffectMonikerListElement クラスの新しいインスタンスを初期化します。

OpenXmlAnimationEffectMonikerListElement(IEnumerable<OpenXmlElement>)

指定した子要素を使用して OpenXmlAnimationEffectMonikerListElement クラスの新しいインスタンスを初期化します。

OpenXmlAnimationEffectMonikerListElement(String)

外部 XML から OpenXmlAnimationEffectMonikerListElement クラスの新しいインスタンスを初期化します。

OpenXmlAnimationEffectMonikerListElement()

OpenXmlAnimationEffectMonikerListElement クラスの新しいインスタンスを初期化します。

protected OpenXmlAnimationEffectMonikerListElement ();
Protected Sub New ()

適用対象

OpenXmlAnimationEffectMonikerListElement(OpenXmlElement[])

指定した子要素を使用して OpenXmlAnimationEffectMonikerListElement クラスの新しいインスタンスを初期化します。

protected OpenXmlAnimationEffectMonikerListElement (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.OpenXmlAnimationEffectMonikerListElement : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Presentation.Command.OpenXmlAnimationEffectMonikerListElement
Protected Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

OpenXmlAnimationEffectMonikerListElement(IEnumerable<OpenXmlElement>)

指定した子要素を使用して OpenXmlAnimationEffectMonikerListElement クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

OpenXmlAnimationEffectMonikerListElement(String)

外部 XML から OpenXmlAnimationEffectMonikerListElement クラスの新しいインスタンスを初期化します。

protected OpenXmlAnimationEffectMonikerListElement (string outerXml);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.OpenXmlAnimationEffectMonikerListElement : string -> DocumentFormat.OpenXml.Office2016.Presentation.Command.OpenXmlAnimationEffectMonikerListElement
Protected Sub New (outerXml As String)

パラメーター

outerXml
String

要素の外部 XML を指定します。

適用対象