FontNames 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
代表一个所有有效字体名称的列表。
public interface class FontNames : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002096F-0000-0000-C000-000000000046")]
public interface FontNames : System.Collections.IEnumerable
type FontNames = interface
interface IEnumerable
Public Interface FontNames
Implements IEnumerable
- 属性
- 实现
注解
FontNames使用 、 LandscapeFontNames或 PortraitFontNames 属性可返回 FontNames 对象。
使用 FontNames (索引) ,其中 index 是索引号,以返回字体的名称。
[!注释] 不能在有效字体列表中添加或删除名称。
属性
Application |
返回一个Application对象,该对象表示 Microsoft Word 应用程序。 |
Count |
返回指定集合中的项数。 |
Creator |
返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 |
Item[Int32] |
返回集合中的单个对象。 |
Parent |
返回一个对象,代表指定对象的父对象。 |
方法
GetEnumerator() |
代表一个所有有效字体名称的列表。 |