WorkbookTheme Methods
A document theme.| 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