Поделиться через


TimeListAnimationVariantType Конструкторы

Определение

Перегрузки

TimeListAnimationVariantType()

Инициализирует новый экземпляр класса TimeListAnimationVariantType.

TimeListAnimationVariantType(OpenXmlElement[])

Инициализирует новый экземпляр класса TimeListAnimationVariantType с указанными дочерними элементами.

TimeListAnimationVariantType(IEnumerable<OpenXmlElement>)

Инициализирует новый экземпляр класса TimeListAnimationVariantType с указанными дочерними элементами.

TimeListAnimationVariantType(String)

Инициализирует новый экземпляр класса TimeListAnimationVariantType из внешнего XML-кода.

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)

Инициализирует новый экземпляр класса TimeListAnimationVariantType из внешнего XML-кода.

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

Параметры

outerXml
String

Задает внешний XML-код элемента.

Применяется к