Share via


WebPageFont 接口

定义

代表将文本另存为特定字符集的网页时所用的默认字体。

public interface class WebPageFont : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C0913-0000-0000-C000-000000000046")]
public interface WebPageFont : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C0913-0000-0000-C000-000000000046")>]
type WebPageFont = interface
    interface _IMsoDispObj
Public Interface WebPageFont
Implements _IMsoDispObj
属性
实现

注解

使用 WebPageFont 对象可描述任何可用字符集的比例字体、比例字号、固定宽度字体和固定宽度字体大小。

属性

Application

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

Creator

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

FixedWidthFont

返回或设置主机应用程序中的固定宽度字体设置。

FixedWidthFontSize

返回或设置主机应用程序中的固定宽度字号设置(以磅为单位)。

ProportionalFont

返回或设置主机应用程序中的比例字体设置。

ProportionalFontSize

返回或设置主机应用程序中的比例字号设置(以磅为单位)。

适用于