Aracılığıyla paylaş


ThemeVariantList Constructors

Definition

Overloads

ThemeVariantList()

Initializes a new instance of the ThemeVariantList class.

ThemeVariantList(OpenXmlElement[])

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

ThemeVariantList(IEnumerable<OpenXmlElement>)

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

ThemeVariantList(String)

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

ThemeVariantList()

Initializes a new instance of the ThemeVariantList class.

public ThemeVariantList ();
Public Sub New ()

Applies to

ThemeVariantList(OpenXmlElement[])

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

public ThemeVariantList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ThemeVariantList(IEnumerable<OpenXmlElement>)

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

public ThemeVariantList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ThemeVariantList(String)

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

public ThemeVariantList (string outerXml);
new DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList : string -> DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to