次の方法で共有


TimeListAnimationVariantType コンストラクター

定義

オーバーロード

TimeListAnimationVariantType()

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

TimeListAnimationVariantType(OpenXmlElement[])

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

TimeListAnimationVariantType(IEnumerable<OpenXmlElement>)

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

TimeListAnimationVariantType(String)

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

TimeListAnimationVariantType()

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

protected TimeListAnimationVariantType ();
Protected Sub New ()

適用対象

TimeListAnimationVariantType(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

TimeListAnimationVariantType(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

TimeListAnimationVariantType(String)

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

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

パラメーター

outerXml
String

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

適用対象