WebPageFonts Interface

Definition

A collection of WebPageFont objects that describe the proportional font, proportional font size, fixed-width font, and fixed-width font size used when documents are saved as Web pages.

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

Remarks

You can specify a different set of Web page font properties for each available character set.

The WebPageFonts collection contains one WebPageFont object for each character set.

Properties

Application

Returns an Application object that represents the container application for the object.

Count

Returns an Integer indicating the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[MsoCharacterSet]

Returns a WebPageFont object from the WebPageFonts collection for a particular value of MsoCharacterSet.

Methods

GetEnumerator()

Applies to