Word.Interfaces.OleFormatUpdateData interface

用于更新对象上 OleFormat 的数据的接口,用于 oleFormat.set({ ... }).

注解

使用方

属性

classType

指定指定 OLE 对象、图片或字段的类类型。

iconIndex

指定当属性为 true时使用的displayAsIcon图标。

iconLabel

指定在 OLE 对象图标下方显示的文本。

iconName

指定在其中存储 OLE 对象图标的程序文件。

isFormattingPreservedOnUpdate

指定是否保留在 Microsoft Word 中为链接的 OLE 对象所做的格式设置。

属性详细信息

classType

指定指定 OLE 对象、图片或字段的类类型。

classType?: string;

属性值

string

注解

API 集:WordApiDesktop 1.4

iconIndex

指定当属性为 true时使用的displayAsIcon图标。

iconIndex?: number;

属性值

number

注解

API 集:WordApiDesktop 1.4

iconLabel

指定在 OLE 对象图标下方显示的文本。

iconLabel?: string;

属性值

string

注解

API 集:WordApiDesktop 1.4

iconName

指定在其中存储 OLE 对象图标的程序文件。

iconName?: string;

属性值

string

注解

API 集:WordApiDesktop 1.4

isFormattingPreservedOnUpdate

指定是否保留在 Microsoft Word 中为链接的 OLE 对象所做的格式设置。

isFormattingPreservedOnUpdate?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.4