ThemeFonts Interface
Definition
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 a collection of major and minor fonts in the font scheme of a Microsoft Office 2007 theme.
public interface class ThemeFonts : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C03A4-0000-0000-C000-000000000046")]
public interface ThemeFonts : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C03A4-0000-0000-C000-000000000046")>]
type ThemeFonts = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface ThemeFonts
Implements _IMsoDispObj, IEnumerable
- Attributes
- Implements
Properties
Application |
Gets an Application object that represents the container application for the ThemeFonts object. Read-only. |
Count |
Gets the number of items in the ThemeFonts collection. Read-only. |
Creator |
Gets a 32-bit integer that indicates the application in which the ThemeFonts object was created. Read-only. |
Parent |
Gets the parent object for the ThemeFonts object. Read-only. |
Methods
GetEnumerator() | |
Item(MsoFontLanguageIndex) |
Gets one of the three language fonts contained in the ThemeFonts collection. |