ThemeOverride Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.