OMathAutoCorrectEntry.Creator 属性

定义

返回一个 32 位整数,它指示在其中创建外接程序的应用程序。 此为只读属性。

public:
 property int Creator { int get(); };
public int Creator { get; }
member this.Creator : int
Public ReadOnly Property Creator As Integer

属性值

Integer

注解

如果对象是在 Microsoft Word 中创建的,则 Creator 属性返回十六进制数字 4D535744,它表示字符串“MSWD”。 此值还可以由常量 wdCreatorCode表示。

此属性主要用于在 Macintosh 上,其中每个应用程序都有一个四字符创建者代码中使用。 例如,Microsoft Word 提供了 MSWD 的创建者代码。 有关此属性的其他信息,请参阅语言参考 Microsoft Office Macintosh 版本所附带的帮助。

注意

适用于