Word.Interfaces.LinkFormatData interface
一个接口,用于描述通过调用 linkFormat.toJSON()返回的数据。
属性
| is |
指定在打开容器文件或更改源文件时是否自动更新链接。 |
| is |
指定是否 |
| is |
指定是否随文档一起保存链接的图片。 |
| source |
指定链接的 OLE 对象、图片或字段的源文件的路径和名称。 |
| source |
获取链接的 OLE 对象、图片或字段的源文件的名称。 |
| source |
获取链接的 OLE 对象、图片或字段的源文件的路径。 |
| type | 获取链接类型。 |
属性详细信息
isAutoUpdated
isLocked
指定是否 Field锁定 、 InlineShape或 Shape 对象以防止自动更新。
isLocked?: boolean;
属性值
boolean
注解
isPictureSavedWithDocument
sourceFullName
sourceName
sourcePath
type
获取链接类型。
type?: Word.LinkType | "Ole" | "Picture" | "Text" | "Reference" | "Include" | "Import" | "Dde" | "DdeAuto" | "Chart";
属性值
Word.LinkType | "Ole" | "Picture" | "Text" | "Reference" | "Include" | "Import" | "Dde" | "DdeAuto" | "Chart"