Share via


ThemeOverride Constructors

Definition

Overloads

ThemeOverride()

Initializes a new instance of the ThemeOverride class.

ThemeOverride(OpenXmlElement[])

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

ThemeOverride(IEnumerable<OpenXmlElement>)

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

ThemeOverride(String)

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

ThemeOverride()

Initializes a new instance of the ThemeOverride class.

public ThemeOverride ();
Public Sub New ()

Applies to

ThemeOverride(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ThemeOverride(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ThemeOverride(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to