WebPageFonts 接口

定义

对象的集合 WebPageFont ,这些对象描述文档另存为网页时使用的比例字体、比例字号、固定宽度字体和固定宽度字体大小。

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
属性
实现

注解

可以为每个可用的字符集指定一组不同的网页字体属性。

WebPageFonts 集合为每个字符集包含一个 WebPageFont 对象。

属性

Application

返回一个 Application 对象,该对象代表该对象的容器应用程序。

Count

返回一个 Integer 类型的值,该值指示指定集合中的项数。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

Item[MsoCharacterSet]

从集合中WebPageFonts返回特定WebPageFont值的 MsoCharacterSet对象。

方法

GetEnumerator()

对象的集合 WebPageFont ,这些对象描述文档另存为网页时使用的比例字体、比例字号、固定宽度字体和固定宽度字体大小。

适用于