WorkbookTheme Members
A document theme.Properties
| Name | Description |
|---|---|
| Name | Returns the document theme name. |
Methods
| Name | Description |
|---|---|
| GetColors() | Returns document theme colors. |
| Load(Stream) | Loads a custom theme from a stream and applies it to the document. |
| Load(String) | Loads a custom theme from a THMX file and applies it to the document. |
| Reset(ThemePreset) | Resets a custom theme to the default Office theme. |
| SetColors(ThemeColorScheme) | Applies custom colors to the document theme. |
See Also