ThemeFamily Constructors

Definition

Overloads

ThemeFamily()

Initializes a new instance of the ThemeFamily class.

ThemeFamily(OpenXmlElement[])

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

ThemeFamily(IEnumerable<OpenXmlElement>)

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

ThemeFamily(String)

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

ThemeFamily()

Initializes a new instance of the ThemeFamily class.

public ThemeFamily ();
Public Sub New ()

Applies to

ThemeFamily(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ThemeFamily(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ThemeFamily(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to