ThemeManager Class

Theme Manager.When the object is serialized out as xml, its qualified name is a:themeManager.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Drawing.EmptyType
        DocumentFormat.OpenXml.Drawing.ThemeManager

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Class ThemeManager _
    Inherits EmptyType
'Usage
Dim instance As ThemeManager
public class ThemeManager : EmptyType

Remarks

[ISO/IEC 29500-1 1st Edition]

20.1.6.11 themeManager (Theme Manager)

The starting part for a theme file.

[Note: The W3C XML Schema definition of this element’s content model (CT_EmptyElement) is located in §A.4.1. end note]

© ISO/IEC29500: 2008.

Thread Safety

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

See Also

Reference

ThemeManager Members

DocumentFormat.OpenXml.Drawing Namespace