ThemeColorScheme Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the color scheme of a Microsoft Office 2007 theme.
public interface class ThemeColorScheme : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C03A2-0000-0000-C000-000000000046")]
public interface ThemeColorScheme : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C03A2-0000-0000-C000-000000000046")>]
type ThemeColorScheme = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface ThemeColorScheme
Implements _IMsoDispObj, IEnumerable
- Attributes
- Implements
Application |
Gets an Application object that represents the container application for the ThemeColorScheme object. Read-only. |
Count |
Gets the number of items in the ThemeColorScheme collection. Read-only. |
Creator |
Gets a 32-bit integer that indicates the application in which the ThemeColorScheme object was created. Read-only. |
Parent |
Gets the parent object for the ThemeColorScheme object. Read-only. |
Colors(Mso |
Gets an object that represents a color in the color scheme of a Microsoft Office theme. |
Get |
Gets a value that represents a color in the color scheme of a Microsoft Office theme. |
Get |
|
Load(String) |
Loads the color scheme of a Microsoft Office theme from a file. |
Save(String) |
Saves the color scheme of a Microsoft Office theme to a file. |