API Reference

Class

ExcelWorkbookThemeInfo

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Describes the workbook theme package part.

Inheritance

  • Object
  • ExcelWorkbookThemeInfo

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public ExcelWorkbookThemeInfo(Boolean hasTheme, String name, String xml) #

Creates workbook theme information.

Parameters

hasTheme System.Boolean requiredposition: 0
name System.String requiredposition: 1
xml System.String requiredposition: 2

Properties

public Boolean HasTheme { get; } #

Gets whether the workbook contains a theme part.

public String Name { get; } #

Gets the theme name from the theme XML root when available.

public String Xml { get; } #

Gets the theme XML when requested by callers.