ThemeFontScheme Interface

Definition

Represents the font scheme of a Microsoft Office 2007 theme.

public interface class ThemeFontScheme : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03A5-0000-0000-C000-000000000046")]
public interface ThemeFontScheme : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03A5-0000-0000-C000-000000000046")>]
type ThemeFontScheme = interface
    interface _IMsoDispObj
Public Interface ThemeFontScheme
Implements _IMsoDispObj
Attributes
Implements

Properties

Application

Gets an Application object that represents the container application for the ThemeFontScheme object. Read-only.

Creator

Gets a 32-bit integer that indicates the application in which the ThemeFontScheme object was created. Read-only.

MajorFont

Gets the font setting for the "Headings" in a document. Read-only.

MinorFont

Gets the font settings for the "Body" of a document. Read-only.

Parent

Gets the parent object for the ThemeFontScheme object. Read-only.

Methods

Load(String)

Loads the font scheme of a Microsoft Office theme from a file.

Save(String)

Saves the font scheme of a Microsoft Office theme to a file.

Applies to