ThemeFamily class

Office 2013 and later

Defines the ThemeFamily Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is thm15:themeFamily.

Namespace:  DocumentFormat.OpenXml.Office2013.Theme
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

2.3.65 themeFamily

Target namespace: http://schemas.microsoft.com/office/thememl/2012/main

A CT_ThemeFamily element that specifies the data about the applied theme.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="themeFamily" type="CT_ThemeFamily"/>

See section 5.17 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.5.103 CT_ThemeFamily

Target namespace: http://schemas.microsoft.com/office/thememl/2012/main

Referenced by: themeFamily

CT_ThemeFamily contains information about the currently applied theme.

Child Elements:

extLst: A CT_OfficeArtExtensionList [ISO/IEC-29500-1] element that specifies the extension list in which all future extensions of element type ext is defined.

Attributes:

name: A string attribute that specifies the name of applied theme.

id: An ST_Guid ([ISO/IEC-29500-1] section 22.9.2.4) attribute that specifies the GUID of the applied theme.

vid: An ST_Guid attribute that specifies the GUID of the applied variant.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_ThemeFamily">

<xsd:sequence>

<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>

</xsd:sequence>

<xsd:attribute name="name" type="xsd:string" use="required"/>

<xsd:attribute name="id" type="a:ST_Guid" use="required"/>

<xsd:attribute name="vid" type="a:ST_Guid" use="required"/>

</xsd:complexType>

See section 5.17 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: