Share via


ThemeElements Constructors

Definition

Overloads

ThemeElements()

Initializes a new instance of the ThemeElements class.

ThemeElements(OpenXmlElement[])

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

ThemeElements(IEnumerable<OpenXmlElement>)

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

ThemeElements(String)

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

ThemeElements()

Initializes a new instance of the ThemeElements class.

public ThemeElements ();
Public Sub New ()

Applies to

ThemeElements(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ThemeElements(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ThemeElements(String)

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

public ThemeElements (string outerXml);
new DocumentFormat.OpenXml.Drawing.ThemeElements : string -> DocumentFormat.OpenXml.Drawing.ThemeElements
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to