WebPageFonts Interface
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.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Usage
Public Class ebPageFontsImplementation
Implements WebPageFonts
End Class
Dim ebPageFontsImplementation1 As New ebPageFontsImplementation()
Syntax
Public Interface WebPageFonts
Inherits _IMsoDispObj, IEnumerable
public interface WebPageFonts : _IMsoDispObj, IEnumerable
public interface class WebPageFonts : public _IMsoDispObj, IEnumerable
public interface WebPageFonts implements _IMsoDispObj, IEnumerable
public interface WebPageFonts implements _IMsoDispObj, , IEnumerable
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.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
Microsoft.Office.Core Namespace